...
Developing a microservice
Info | ||
---|---|---|
| ||
This tutorial shows you how to run a simple Hello World Node.js app on Kubernetes using Minikube and Katacoda. Katacoda provides a free, in-browser Kubernetes environment. You ca find it at https://kubernetes.io/docs/tutorials/hello-minikube/ |
When you start minikube using the command minikube start
, it will create a cluster of 1.
...