I was thinking who to start this entry. I have several ideas, to write first paragraf. What is final goal of everything we are doing. For whom is all our work - custromer. Custromer is happy when, his problem will be solved. Customer will happier when this solution will be cheap. Custromer will be the happiest, when his problem will be sovled, cheap and on time (or asap).
To do tasks faster, it has to be automated.
Kubernetes, also known as K8s, is a system for automating deployment, scaling, and management of containerized applications.
Helm is package manager for Kubernetes. Helm simplifies this process by automating the distribution of your applications using a packaging format called a Helm chart
In first set I connect via SSH to my master node.
First set before instalation, we need to update and upgrade system.
To install helm in terminal command below need to be executed:
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh
To confirm that instalation is succesfull, run command helm version. If result is like below, instalation was succesfull.
More info:
- https://helm.sh/docs/





No comments:
Post a Comment