Kubernetes Integration

Kubernetes integration will allow Annie to connect to your clusters and provide deep insights into your container orchestration, workloads, and resource usage.

Prerequisites

Installation

Verify Installation

Check that the agent is running:

kubectl get pods -n anyshift-agent

View agent logs:

kubectl logs -n anyshift-agent -l app.kubernetes.io/name=anyshift-k8s-agent

Upgrade

helm upgrade anyshift-agent anyshift/anyshift-k8s-agent \
  --reuse-values

Uninstall

helm uninstall anyshift-agent --namespace anyshift-agent