Skip to content

ctyano/athenz-distribution

Repository files navigation

athenz-distribution

This is an unofficial repository to provide tools, packages and instructions for Athenz.

This repository is currently privately owned and maintained by ctyano.

Stars ⭐️ and Pull Requests ❤️ are always welcome.

Minimum setup on a Kubernetes cluster ⎈

⚠️ Prerequisite: A Kubernetes Cluster must be set up before continuing to further steps.

make clean-kubernetes-athenz deploy-kubernetes-athenz

You may access Athenz UI at http://localhost:3000 by forwarding requests.

kubectl -n athenz port-forward deployment/athenz-ui 3000:3000

Minimum setup on Docker 🐳

⚠️ Prerequisite: Docker compose must be set up before continuing to further steps.

make clean-docker-athenz deploy-docker-athenz

You may access Athenz UI at http://localhost:3000 by forwarding requests.

docker compose -f docker/docker-compose.yaml start ghostunnel

Miscellaneous documents