helm-kubernetes-services icon indicating copy to clipboard operation
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

Results 24 helm-kubernetes-services issues
Sort by recently updated
recently updated
newest added

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...

enhancement

This should be the `DaemonSet` version of `k8s-service`.

enhancement
trial project

**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...

enhancement
trial project

This is the `Job` version of `k8s-service`.

enhancement
trial project

- 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...

enhancement
documentation

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...

enhancement
documentation

## 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...