This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
In a previous post I worked through getting a Kubernetes cluster up and running on a local machine using minikube. Within this cluster I have one deployment of a simple Hello World Go application. kubectl get deployments NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE hello-go 1 1 1 1 1d How then do you deploy a new image? It is a simple case of updating an image within a deployment. kubectl set…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.