Skip to content

Demo scripts for Kubecon 2020 Europe talk - Kubernetes as a General Purpose Control Plane: Scaling on Kubernetes

Notifications You must be signed in to change notification settings

turkenh/kube-control-plane

Repository files navigation

kube-control-plane

This repository contains demo files used in the talk: Kubernetes as a General Purpose Control Plane: Scaling on Kubernetes

demo flow

Usage

  1. Setup host cluster
./setup-host.sh

This will stand up a kind cluster locally and then deploy etcd and cert manager.

  1. Create tenants with id's
./create-tenant.sh 1

This will deploy kubernetes API server and controller manager as required controller enabled by properly provisioning required certificates. It will also deploy a pod (tenant-kubedebug) for debugging/demonstration purposes.

About

Demo scripts for Kubecon 2020 Europe talk - Kubernetes as a General Purpose Control Plane: Scaling on Kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages