Skip to content

giopbdev/auth-kubernates

Repository files navigation

AUTH-KUBERNATES

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.

DEPLOY

Requirements to deploy

  1. You have to be installed the applications Docker , Kubectl and Minikube .
  2. The backend was developed in java with the Ide IntelliJ IDEA (optional).
  3. Any console to command line...

Get started

  1. Use the command "minikube start".
  2. Get into the folder deployment and use the command "kubectl apply -f deployment-auth.yaml".
  3. Use the command "kubectl get pods".
  4. Import Postman collection and test it!.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors