Today, Kubernetes is one of the most popular technologies used to deploy web services; in this article, I will briefly introduce how to build a deployment for a Java web service with Kubernetes.
- You have to be installed the applications Docker , Kubectl and Minikube .
- The backend was developed in java with the Ide IntelliJ IDEA (optional).
- Any console to command line...
- Use the command "minikube start".
- Get into the folder deployment and use the command "kubectl apply -f deployment-auth.yaml".
- Use the command "kubectl get pods".
- Import Postman collection and test it!.