All-Things-Docker-and-Kubernetes

Kubernetes Ecosystem

Helm

Helm is a package manager for Kuberentes. The packages are known as charts and can be installed using the Helm CLI.

Kustomize

Kustomize.io allows us to customize YAML manifest files and helps us to manage complexities of our applications:

Examples:

Prometheus

Prometheus is an opensource monitoring and alerting system used for pulling in time-series metric data and storing it.

Kubeflow

Kubeflow makes it simple to deploy machine learning workflows on Kubernetes. It is complete with machine learning models and how to deploy and serve them.

Knative

Knative is platform for building, deploying, and managing serverless workloads on Kubernetes.


Back to first page