<h1 align="center">
<a href="https://prompts.chat">
This is a [Kubernetes Agent configuration repository](https://docs.gitlab.com/ee/user/clusters/agent/repository.html).
Sign in to like and favorite skills
This is a Kubernetes Agent configuration repository.
It contains:
agentkagentk-managed project manifestsI need to work that out next.
Once upon a time, people used GMAv2 for this, which has since been deprecated.
The new recommended way is to use a cluster management template. This, however, suffers from the same reason GMAv2 wasn't adopted by some customers: it requires
cluster-admin privileges.
The alternative is to become a K8S boss, and install and manage everything ourselves. Which is what we're going to do because it's what customers are more likely to do.
You need some stuff on your local machine before you can install.
brew install helm helmfile helm plugin install https://github.com/databus23/helm-diff
Go into the application directory and run:
helmfile --file helmfile.yaml apply.
E.g.:
cd applications/cilium helmfile --file helmfile.yaml apply