He dejado en mi GitHub personal una pequeña API Rest escrita en Python con FastAPI que viene bien cuando quieres trastear con networking en Kubernetes. Jugar con tu ingress y ver si hace lo que quieres te resultará mas facil con esto (espero :).
Aqui la tienes:

Continue reading
En esta serie de 4 posts voy a enseñar cómo desplegar un cluster Kubernetes manualmente utilizando Kubeadm para tener una arquitectura similar a esta:

Continue reading
Suppose that you are working from a stateless docker container in your dev environment (no mounted volumes) and you ended with some changes in files that you don´t want to loose.
One easy way to do that is to use the docker cp
utility to get the data out of the container.
Continue reading
When we use jupyter extensions in VScode and try to run a line of code that requires context of relative path, the default behaviour in vscode is different that the one we have with jupyter-notebooks. You can easily see this when comparing the output of a pwd command, opening the same notebook connected to the same jupyter notebook server…
VScode
VSCode connected to the same jupyter-notebook server (remote)

Continue reading