DEV Community

Said Olano
Said Olano

Posted on

Deploy a Spring Boot application in Kubernetes

Hi Followers,
Here you can find a recording where I explain how to deploy 2 microservices PRODUCTOS (products) & CLIENTES (clients), on a local Kubernetes instance running on localhost (I am using minikube).

Spanish Recording:
https://youtu.be/cZeSIvqGOfU?si=lj8v0kZnrtQBuhev&t=5240

Screenshots:

K8s configuration files:

Minikube (kubernetes local)

Kubernetes local running:

Kubernetes Pods:

Kubernetes Secrets:

Increasing the number of the pods running the product microservice:

Running the products microservice exposed on the PORT given by K8s (minikube with the minikube service command):

Finally, when you remove all the k8s components, you get something like this where you can see how the components start to turn off (gray circle on the right side of the screen):

Top comments (0)