GitHub - codewithdpk/kuber: Controller to deploy Kubernetes namespaces, helm charts and monitor their health status using UI. · GitHub
Skip to content

codewithdpk/kuber

Repository files navigation

Kubernetes Controller

Prerequites

  • Must have installed and running Minikube on local machine

  • kubectl and helm cli tools.

  • Nodejs

  • Docker & Postgres Images

Steps

  1. Run Docker Compose file to setup database
docker compose up
  1. Install Dependancy
pnpm install
  1. Run prisma schema and sync to DB
pnpx prisma generate 
prisma db push
  1. Start development server
pnpm run start:dev

About

Controller to deploy Kubernetes namespaces, helm charts and monitor their health status using UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors