This is my lab for testing auto-discovery in Kubernetes.
k8s/env
dir contains application deployments scripts.
./k8s/install_env.sh.
It creates netdata-service-discovery-lab
namespace and installs bunch of applications into it.
kubectl delete namespace netdata-service-discovery-lab
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.