Piceli Templates for Kubernetes Objects#

Piceli templates offer a structured, Pythonic way to define Kubernetes objects, enhancing readability and maintainability of your infrastructure code. These templates are part of Piceli’s Python module and are divided into deployable objects and auxiliary objects to support their definition.

Deployable Objects#

Deployable objects can be directly applied to a Kubernetes cluster. They encompass the essential Kubernetes resources necessary for deploying and managing applications.

Auxiliary Objects#

Auxiliary objects provide additional configurations and are often used in conjunction with deployable objects to fine-tune resource definitions.

Piceli templates not only facilitate a more organized and readable codebase but also enhance the manageability of Kubernetes resources. Explore the detailed documentation for each template to fully leverage Piceli in your Kubernetes deployments.

Examples#

Each object type is accompanied by examples demonstrating its use. Explore the examples to learn how to define and use these objects in your Piceli projects.

Piceli templates simplify the definition of Kubernetes objects, making it easy to manage your infrastructure as code. The examples provided offer a starting point for integrating Piceli templates into your project.