Use Kubernetes manifests to customize and automate your cluster setup in Ankra.
Manifests are the foundation for customizing your Kubernetes clusters in Ankra. They allow you to define, automate, and standardize resources and configurations across all your environments.
A manifest is a YAML file that describes Kubernetes resources such as namespaces, ConfigMaps, CRDs, RBAC rules, deployments, and more. Manifests are declarative: you specify the desired state, and Kubernetes makes sure your cluster matches it.
Want to automate manifest management or integrate with your CI/CD workflows?
Check out the API Reference for endpoints to create, update, and apply manifests programmatically.