Posts

Showing posts from May, 2025

Quickstart Guide for Kagent Setup with Local LM and Azure OpenAI

Image
  LM Studio overview with running on the local system. To upgrade and install the kagent custom resource definitions (CRDs), you can execute the following command in your terminal: > helm upgrade --install kagent-crds oci://ghcr.io/kagent-dev/kagent/helm/kagent-crds \ --namespace kagent --create-namespace Next, to install the kagent itself, run the following command: >helm upgrade --install kagent oci://ghcr.io/kagent-dev/kagent/helm/kagent --namespace kagent To verify that the installation was successful, you can check the model configurations by executing the following command: >kubectl get mc -n kagent To get more detailed information about the model configuration, you can run the following command: > kubectl get mc -n kagent -oyaml This will return output similar to the following: apiVersion: v1   items:   - apiVersion: kagent.dev/v1alpha1     kind: ModelConfig       metadata:         annotations:   ...