What’s next?

In our labs, we set up a local Kubernetes cluster, deployed a simple hello world app, exposed it to the outside world and scaled / updated it. Next to working with kubectl in the terminal, we also started implementing a basic Manifest file and started exploring Helm. That is amazing, but you do not have to stop here. This section is an inspiration of things you could work on:

  • Create a multi-node Cluster with kind
  • Deploy a multi-container application
  • Implement Monitoring via a Prometheus Stack
  • Dockerize your own application and deploy it on Kubernetes

Additional resources

In case you want to dig deeper, we found the following resources helpful: