/configk8s

Deploy Kubernetes Add-ons: DNS, Dashboard and Deployment Manager

Primary LanguageShellApache License 2.0Apache-2.0

Kubernetes Add-ons deployment

This is a set of convenience scripts to deploy various add-ons on a Kubernetes endpoint.

You will need a kubernetes endpoint available and kubectl on your local system.

Then run the deploy-addons.sh script

$ ./deploy-addons.sh

By default it will deploy the DNS addon, the Dashboard and Deployment Manager. If you want to deploy only one of them edit deploy-addons.sh and set the environment variable accordingly.

DNS and Dashboard

Both of these add-ons are deployed based on the script in the mesos/docker directory.

The DNS add-ons uses intemp.sh from the thirdparty repo.