Skip to content

ta6ish/kube-training-systems

Repository files navigation

Kubernetes Training Demo

A sample Node.js app with MongoDB to demonstrate deployments on Kubernetes

Requirements

  • Docker 🐋
  • kubectl (Kubernetes Cluster access) / Minikube (local)

Build image

docker build -t nodeapp:1.0 .

Deploy on kubernetes

kubectl apply -f .\deploy\

Get service exposed port

kubectl get services

Delete deployment

kubectl delete -f .\deploy\

Note

  • Your docker image tag must match with the nodeapp image inside .\deploy\nodeapp.yml
  • kubectl (Kubernetes Cluster access) / Minikube (local)

Author

  • Zulkafil Tabish

About

Sample Node.JS & MongoDB App Deployment with Kubernetes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •