Introduction
Installing the Operator
To install the kink
, run the following commands. This will ensure you're always pulling the latest stable release from the operator’s GitHub repository.
Note
This software requires Cert Manager to manage SSL/TLS certificates. Cert Manager automates the creation, renewal, and management of certificates within Kubernetes clusters.
For installation instructions, please visit the official documentation: Cert Manager Installation.
Let me know if you'd like to modify or expand on any details!
LATEST="$(curl -s 'https://api.github.com/repos/anza-labs/kink/releases/latest' | jq -r '.tag_name')"
kubectl apply -k "https://github.com/anza-labs/kink/?ref=${LATEST}"
This command:
- Fetches the latest release tag using the GitHub API.
- Applies the corresponding version of the
kink
to your Kubernetes cluster usingkubectl
.
Once installed, the operator will begin monitoring the appropriate resources in your cluster based on the CRDs defined.