Lab Kuber
Lab Kuber
Attention! For the next exercises make sure that a Minikube cluster is up and running.
In Docker lab, with docker compose, you were able to build multi-container apps. Unfortunately,
you cannot use the same configuration file format to run multi-container pods into Kubernetes.
However, there are tools that allow us to convert a compose file into a Kubernetes.
4. Find the services using the appropriate kubectl command, and get its output with the
command: minikube service <service-name> This will automatically open your browser to the node’s proxy
address.
HINT; If everything was implemented right, you will see the same output as the one you saw when
you used the compose.