June 13, 2020
๐ ๐ Want to get through those repetitive and boring tasks in DevOps?
How about, setting up a TLS-enabled Docker registry? ๐ณ
Iโm a big fan of open source CLI tools that reduce repetition and efforts.
This one is a quick chat about arkade
which provides a simple CLI with strongly-typed flags to install Helm charts and Kubernetes apps to your cluster in a single command.
$ arkade install ingress-nginx --help
Install ingress-nginx. This app can be installed with Host networking for
cases where an external LB is not available. please see the --host-mode
flag and the ingress-nginx docs for more info
arkade install ingress-nginx
arkade install cert-manager
arkade install docker-registry
arkade install docker-registry-ingress \
--email web@example.com \
--domain reg.example.com
arkade install ingress-nginx
arkade install cert-manager
arkade install openfaas
arkade install openfaas-ingress \
--email web@example.com \
--domain reg.example.com
๐ ๐ ๐ก
Repo link: https://github.com/alexellis/arkade
๐ Blog: arkade by example โ Kubernetes apps, the easy way ๐ - Alex Ellis