kontext

Install Kontext

Current alpha: v0.1.0-alpha.2

Install the published manifest on an existing Kubernetes cluster. You need kubectl and permission to create cluster-scoped resources. No repository clone, Docker, or kind is required.

$ VERSION=v0.1.0-alpha.2
$ kubectl apply -f \
  "https://github.com/MFS-code/Kontext/releases/download/${VERSION}/install.yaml"
$ kubectl rollout status deployment/kontext-controller-manager \
  --namespace kontext-system \
  --timeout=120s

What gets installed

The release manifest installs the Agent and AgentRun CRDs, controller, admission webhook, RBAC, Service, and NetworkPolicy. Release images are pinned by digest.

Run an agent workload

Follow the quickstart to apply a keyless echo AgentRun, watch its Pod logs, and read the result from status.

Before production use

Kontext is alpha software. Read the release and uninstall notes and the operations contract. Deleting the CRDs also deletes every Agent and AgentRun.