Skip to content

KontrolPanel provides an easy way to control your Kubernetes cluster.

License

Notifications You must be signed in to change notification settings

MartenSies/KontrolPanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KontrolPanel

KontrolPanel provides an easy way to control your development Kubernetes cluster. With a click on a button you can install, scale, expose and delete your deployments.

KontrolPanel Demo

Prerequisites

  • Docker
  • A Kubernetes cluster
  • Helm/Tiller installed

Installation

You can easily run KontrolPanel inside you existing Kubernetes cluster:

docker build -t kontrolpanel-backend-svc:latest backend_svc
docker build -t kontrolpanel-frontend-svc:latest frontend_svc
kubectl create -f k8s