helm-kubernetes-services
helm-kubernetes-services copied to clipboard
Blog post series on running infra on Kubernetes based on experience with these modules
- How to fire up K8S (using IaC)
- How to define one service as code (presumably using helm?)
- How to deploy multiple services
- How to define reusable service “modules”
- How to deploy multiple environments
- How to set up CI / CD for K8S (immutable versioned artifacts promoted across envs)
- How to handle cross-cutting concerns like logging, monitoring, anti virus
- Security concerns: TLS, SSH, VPN, firewalls, network ACLs, multiple layers of defense, secrets mgmt, etc