https://github.com/rafaelpadovezi/k8s-playground
A local k8s cluster setup with kind + terraform
https://github.com/rafaelpadovezi/k8s-playground
Last synced: about 2 months ago
JSON representation
A local k8s cluster setup with kind + terraform
- Host: GitHub
- URL: https://github.com/rafaelpadovezi/k8s-playground
- Owner: rafaelpadovezi
- Created: 2023-12-08T19:04:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-14T19:21:44.000Z (over 1 year ago)
- Last Synced: 2024-01-14T23:47:07.256Z (over 1 year ago)
- Language: HCL
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# βΈοΈ K8S playground π
A local k8s cluster setup with kind + terraform.
## Commands
```shell
terraform -chdir=provision apply
```Wait until ingress controller is ready
```shell
kubectl wait --namespace ingress-nginx \
--for=condition=ready pod \
--selector=app.kubernetes.io/component=controller \
--timeout=90s
```## Elasticsearch
https://www.elastic.co/guide/en/elasticsearch/reference/7.17/configuring-tls-docker.html
https://faun.pub/setup-elastic-search-cluster-kibana-fluentd-on-kubernetes-with-x-pack-security-part-2-593a01b79fbb## Useful links
- https://github.com/nicolastakashi/k8s-labs (https://www.youtube.com/watch?v=SS_KFDjt8Ns)
- https://github.com/kubernetes-sigs/kind/issues/1693