Tag Archives: kubernetes manifests

cdk8s – Kubernetes Manifests With GoLang, TypeScript, Python And Java

Sometimes, when defining Kubernetes manifests, YAML or templating is not enough. Sometimes, we do want a “real” language like Go, TypeScript, Python or Java as an engine that will generate Kubernetes manifests. That’s where cdk8s comes into play. In this video, we will see how to use cdk8s to create Kubernetes manifests.

Continue reading

Admission Controllers Or CLI? Kubernetes Policy Validations with Datree

Datree is known as a great solution for client-side manifest scanning and policy enforcement. That just changed with the introduction of Kubernetes admission controllers. Datree now supports both, so it’s time to revisit the project and see whether it is a good choice for server-side validations and policy enforcement.

Continue reading

Helm And Kustomize Replacement? Jsonnet With Grafana Tanka

Can Jsonnet with Tanka replace Helm and Kustomize?

Continue reading

kpt YAML Transformation – No Helm Templates, No Kustomize Overlays

Why don’t we use “pure” YAML to define Kubernetes resources? Wouldn’t that be more “GitOps friendly” than using Helm templates or Kustomize overlays? Can kpt get us back to “pure” YAML?

Continue reading