Skip to main content

Kubernetes Manifests

Last updated: March 4, 2026

This directory contains Kubernetes manifest examples organized by application. Each app folder has its own README that includes all YAML files with descriptions and inline code.

App Folder Paths

Apply Manifests

Apply all manifests for one app:

kubectl apply -f kubernetes/manifests/<app>/ -n <namespace>

Example:

kubectl apply -f kubernetes/manifests/go/ -n demo

Before applying, update image names, create required Secrets, and adjust resources for your cluster.