Skip to content

Deployment

Deploying with Tanka is as simple as running:

sh
tk apply environments/default

This creates all resources and the observability stack should be running shortly after.

The exposed endpoints may vary due to the hosts specified in the config.jsonnet.
By default:

Noteworthy Tanka Commands

Tanka is a mighty tool with lots of helpful features. Checkout their documentation for detailed information.

Some noteworthy commands:

  • tk apply -t deployment/grafana environments/default
    • Use the "target" flag to apply specific resources
  • tk show environments/default
    • Showcasts the deployment as standard k8s yaml files
  • tk diff environments/default
    • Shows a diff with the current deployed version
  • tk export k8s-observability environments/default
    • Exports the deployment as standard k8s yaml files