renjith85 / k8s-helm-sample-service

local kubernetes deployment using kind, helm and a sample service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This project is a sample project to quickly demonstrate

  • a simple sample-service in nodejs
  • convert it into a docker image(containerization) using Dockerfile
  • package the deployment using a helm chart using helm/sample-service
  • deploy the service using helm chart onto local kubernetes cluster created with kind
  • usage of Makefile (commands to facilitate all above items )

Follow this article for detailed description

About

local kubernetes deployment using kind, helm and a sample service


Languages

Language:Mustache 47.4%Language:Makefile 36.3%Language:JavaScript 8.8%Language:Dockerfile 7.5%