Readings https://github.com/talos-systems/talos Kubectl autocomplete BASH You can also use a shorthand alias for kubectl that also works with completion: ZSH Kubectl context and configuration Set which Kubernetes cluster kubectl communicates with and modifies configuration information. See Authenticating Across Clusters with kubeconfig documentation for detailed config file information. Kubectl apply apply manages applications through files defining Kubernetes resources. […]
Kubernetes
2 Beiträge
Readings Helm – The Kubernetes Package Manager – Home – GithubHelm: package manager (analogous to yum and apt) Charts: packages (analogous to debs and rpms). Home for these Charts is the Kubernetes Charts repository. Helm – Introduction to Helm TL;DR Helm (Documentation): Using Helm Customizing the Chart Before Installing Helm: Concepts Three Big […]