/kubernetes-sentinel

Terraform project to showcase Kubernetes and Sentinel Integration

Primary LanguageHCLMozilla Public License 2.0MPL-2.0

kubernetes-sentinel

Examples to showcase Kubernetes and HashiCorp Sentinel integration. These include:

  • pod-service - Enforce policies for a service type (eg: NodePort or ClusterIP) using Sentinel.
  • replication-controller - Enforce policies for replica count on a replication controller.
  • limit-ranges - Enforce policies for a pod's CPU limits.
  • namespace - Enforce policies for the naming convention for a namspace.

Few of these examples are showcased in the blog post Applying Policy as Code to Kubernetes Resources.