2 min read
To change a container's image we can:
Let's check how to use kubectl set image
14/05/2021
Read more...1 min read
Just as an hello-world equivalent, first thing one want to try to start learning how to use a Kubernetes cluster is to run a pod in it. Let's try to create our first pod on kubernetes just as we would do with docker for running a container
29/03/2021
Read more...