Documentation for writing Resource Workflows using Kratix Pipelines, covering how Kratix internally executes the Pipeline containers| docs.kratix.io
Documentation on how to expose information from the Pipeline to the Platform user through the Resource Status field| docs.kratix.io
Guide on how to register a new Destination with Kratix| docs.kratix.io
A fork is a new repository that shares code and visibility settings with the original “upstream” repository.| GitHub Docs
Step by step guide to install Kratix and your first Promise.| docs.kratix.io
This page shows how to install a custom resource into the Kubernetes API by creating a CustomResourceDefinition. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgro...| Kubernetes
Operators are software extensions to Kubernetes that make use of custom resources to manage applications and their components. Operators follow Kubernetes principles, notably the control loop. Motivation The operator pattern aims to capture the key aim of a human operator who is managing a service or set of services. Human operators who look after specific applications and services have deep knowledge of how the system ought to behave, how to deploy it, and how to react if there are problems.| Kubernetes