helm-kubernetes-services
helm-kubernetes-services copied to clipboard
Helm charts that can be used to package your applications into production ready deployments for Kubernetes. https://www.gruntwork.io
Find a way to seamlessly integrate `SealedSecrets`. Or consider `gruntkms` or `sops` such that secrets are decrypted as they are mounted into pods as an alternative. Need some way to...
**Describe the solution you'd like** Many service providers are starting to integrate with [the Secrets Store CSI driver](https://github.com/kubernetes-sigs/secrets-store-csi-driver) to provide a mechanism for injecting external secrets into the Pods. For...
- 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...
Provide a guide on how one can use [Network Policies](https://kubernetes.io/docs/concepts/services-networking/network-policies/) to restrict access to pods at the Kubernetes network layer. There should be a link to this from the security...
## Description Update `k8s-service` helm chart to allow configuration of traffic policies for created K8S service ## TODOs Read the [Gruntwork contribution guidelines](https://gruntwork.notion.site/Gruntwork-Coding-Methodology-02fdcd6e4b004e818553684760bf691e). - [ ] Update the docs. -...
Removes myself from CODEOWNERS for the upcoming transition.
## Description Fixes #145. ## TODOs Read the [Gruntwork contribution guidelines](https://gruntwork.notion.site/Gruntwork-Coding-Methodology-02fdcd6e4b004e818553684760bf691e). - [x] Update the docs. - [x] Run the relevant tests successfully, including pre-commit checks. - [x] Ensure any...