This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
echo "Setting up the dind-cluster-v1.12" | |
wget https://github.com/kubernetes-sigs/kubeadm-dind-cluster/releases/download/v0.2.0/dind-cluster-v1.12.sh | |
chmod +x dind-cluster-v1.12.sh | |
export PATH="$HOME/.kubeadm-dind-cluster:$PATH" | |
echo "Adding Proxy settings" | |
export DIND_HTTP_PROXY=http://10.19.16.165:8080 |