Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 463 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 463 Bytes

initial-kubernetes-setup

Initial kubernetes setup shell script to install nginx ingress, tiller & cert-manager

This shell script is for the initial setup of kubernetes cluster which include the nginx ingress controller, tiller server and cert-manager.

Add the path of kubernetes config file in environment variable kubeconfig. If kubernetes config file is already set in $HOME/.kube/config you can run script without setting up environment variable.