...
kubectl - CLI to interact with the cluster manager
Info | ||
---|---|---|
| ||
Developing a microservice
...
Run the command minikube service list
to get a list of available services. When you do this the hello-world service should have a valid URL you can enter into your browser.
...
Info | ||
---|---|---|
| ||
When you use --expose switch, a Service is created at the same time as you create a Deployment |
Deploying an application into Kubernetes Cluster
Info | ||
---|---|---|
| ||
...