This repository contains the configuration and application manifests used to manage both the production and non-production Future SIR Kubernetes clusters.
This project has been tested with the following toolchain:
Tool | Version |
---|---|
Kubectl | ≥ 1.29.x |
Kustomize | ≥ 5.0.x |
-
Clone this repository to your local development environment.
-
Navigate to the
future-sir-gitops
directory. -
Run the following command to apply the kustomize manifests to the target environment:
kubectl --kubeconfig {path-to-kubeconfig} apply \ --kustomize ./overlays/{target-environment}