Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Kubernetes

Description

In this task, you're required to create services using Kubernetes. We will use the image files from the previous phase to build our services and use the client container to communicate with the services.

You need to figure out the following concept in the process:

  • The relation between Deployment, Replica Set and Pod.
  • How pod management works in Kubernetes.
  • How to expose an application with the Service.
  • The difference between ClusterIP, NodePort, and LoadBalancer.

Once you have:

  • installed Docker
  • installed Minikube
  • installed Kubectl(Check the version to verify if it's installed)
  • and downloaded the required files

you can proceed with the following steps.