ilyam8 / k8s-lab-env

My lab for testing auto-discovery in k8s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k8s-lab-env

This is my lab for testing auto-discovery in Kubernetes.

k8s/env dir contains application deployments scripts.

deploy

./k8s/install_env.sh.

It creates netdata-service-discovery-lab namespace and installs bunch of applications into it.

delete

kubectl delete namespace netdata-service-discovery-lab

bouncer

Is a simple tool that periodically changes number of deployment replicas in the netdata-service-discovery-lab namespace.

Keep in mind that lab environment should be created first.

About

My lab for testing auto-discovery in k8s

License:MIT License


Languages

Language:Go 94.1%Language:Dockerfile 3.4%Language:Shell 2.4%