K8S - Addons

Hy folks!!!!
Today I would like to talk about K8S installation.
When I was thinking about migrate from docker to K8S I didn't tought about all the things i'll need to make it more than a docker engine.
Let me share the list of "add-ons"(some could be useless):
Service | Usage |
---|---|
GlusterFS | Backend storage |
MinIO | Storage Class / S3 provider |
heketi | GlusterFS API manager / Storage Class |
Metric server | Well-named/ permit usage of hpa |
Nginx ingress controller | LoadBalancer/ReverseProxy (L7) |
MetalLB | LoadBalancer (L5) |
External-DNS | Auto DNS record based on services and/or ingresses |
ArgoCD | ContinousDelivery |
Argo Rollouts | Rolling and canary upgrade manager |
Cert-manager | Auto cert based on ingresses |
K10 - velero | Backup management |
I'll focus on some of those services.
Stay tuned :)