| Kubernetes | https://kubernetes.io/docs/home/ | Defacto standard for cloud native deployment orchestration. |
| k3s | https://k3s.io/ | The certified Kubernetes distribution built for IoT & Edge computing |
| k3d | https://k3d.io/stable/ | k3d is a lightweight wrapper to run k3s (Rancher Lab’s minimal Kubernetes distribution) in docker. |
| podman | https://podman.io/ | Manage containers, pods, and images with Podman. Seamlessly work with containers and Kubernetes from your local environment |
| eks | https://aws.amazon.com/eks/ | Amazon Elastic Kubernetes Service (Amazon EKS) is a fully managed Kubernetes service that enables you to run Kubernetes seamlessly in both AWS Cloud and on-premises data centers |
| cert-manager | https://cert-manager.io/ and Github for the chart | Cloud native certificate management |
| ingress-nginx | https://kubernetes.github.io/ingress-nginx/ and Github Page for the chart | A Kubernetes supported Ingress Controller |
| Metal LB | https://metallb.io/ | MetalLB is a load-balancer implementation for bare metal Kubernetes clusters, using standard routing protocols. |
| ArtifactHub | https://artifacthub.io/ | Find, install and publish Cloud Native packages |