Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 727 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 727 Bytes

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