/vserver-k8s-setup

Scripts for setting up a Kubernetes cluster with applications from a new ubuntu 20.04 image.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

vserver-k8s-setup

Scripts for setting up a Kubernetes cluster with applications from a new ubuntu 22.04 image.

secrets

Secrets are encrypted using git-crypt. After cloning the repo, these secrets can be unlocked using an authorized PGP key:

git-crypt unlock

Kubectl change Default Namespace

kubectl config set-context --current --namespace=<defaultnamespace>