Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 900 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 900 Bytes

k3d Example

The k3d example uses k3d and tanka to produce a Kubernetes environment that

Requirements

Getting Started

Build latest agent images with make agent-image agentctl-image in the project root directory if there are local changes to test.

Run the following to create your cluster:

# Create a new k3d cluster
./scripts/create.bash

# Import images into k3d if they are not available on docker hub
k3d image import -c agent-k3d grafana/agent:latest
k3d image import -c agent-k3d grafana/agentctl:latest

tk apply ./environment

# Navigate to grafana.k3d.localhost:30080 in your browser to view dashboards

# Delete the k3d cluster when you're done with it
k3d cluster delete agent-k3d