Helm and Operators
Helm to K8s is similar apt to Ubuntu, which is a package management system. It defines pod yaml, deployment yaml, ServiceAccount, Secrets, etc
1. Helm Concepts
|Concept|Description| |——-|—-| |Chart| Helm package| |Repo| help charts repo| |Release| An instance of chart running on k8s| |Value|parameters for charts| |Templates|K8s defination |
2. Operators
Operator is similar to Helm but it’s implemented by extend k8s API