Helm and Operators

less than 1 minute read

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 Alt text

Tags:

Categories:

Updated: