Skip to content

vikendu/Kubernetes-NodeJS-to-Nginx

Repository files navigation

Kubernetes-NodeJS-to-Nginx

Architecture

image

Install minikube, kubectl & virtualisation tool(like vmware/virtual box/docker)

  1. minikube start

The required images are uploaded on my Docker hub:

<cd into the repo dir>

  1. kubectl apply -f k8s-web-to-ngnix.yaml -f nginx.yaml will get you up & running
  2. minikube service k8s-web-to-ngnix to open the webpage in default browser
  3. /nginx endpoint will get you to nginx pod from homepage
  4. kubectl delete -f k8s-web-to-ngnix.yaml -f nginx.yaml will delete the pods.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published