https://github.com/iakat/k3d-example
k3d-example: The microservices-demo running in K3D with cert-manager, external-dns, ingress-nginx.
https://github.com/iakat/k3d-example
Last synced: about 2 months ago
JSON representation
k3d-example: The microservices-demo running in K3D with cert-manager, external-dns, ingress-nginx.
- Host: GitHub
- URL: https://github.com/iakat/k3d-example
- Owner: iakat
- Created: 2021-02-26T17:13:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T14:08:25.000Z (about 2 years ago)
- Last Synced: 2025-02-10T23:35:47.763Z (3 months ago)
- Language: Makefile
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# k3d-example
K3d example running microservices-demo locally.
This was tested on WSL 2 Ubuntu 20.04, and Arch.
## Tools used
- k3d + docker-compose for the cluster
- nginx-ingress with modsecurity enabled
- kustomize for applying it, along with all the other cluster services
- cert-manager and external-dns-operator for DNS and TLS, respectively
- Make to quickly run a bunch of commands## Deploy
### Local requirements
- docker-compose 3+
- [kustomize](https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh) (the built-in kubectl version is old)
- port 80 + 443 unused
### Deploying`make` 😎
(if you want to see what it does, do look at the Makefile, it's quite simple.)### Accessing