Docker Compose
Local Domains
terrakube.platform.local
terrakube-api.platform.local
terrakube-registry.platform.local
terrakube-dex.platform.localHTTPS Local Certificates
Generate local CA certificate
mkcert -install
Created a new local CA 💥
The local CA is now installed in the system trust store! ⚡️
The local CA is now installed in the Firefox trust store (requires browser restart)! 🦊Create Docker Network
docker network create terrakube-network -d bridge --subnet 10.25.25.0/24 --gateway 10.25.25.254Local DNS entries
Running Terrakube Locally with HTTPS

Last updated
Was this helpful?