├── README.md ├── certified-kubernetes-administrator └── README.md ├── doas └── README.md ├── ingress-nginx ├── README.md ├── ascode-example-deployment.yaml ├── ascode-example-ingress.yaml └── ascode-example-service.yaml ├── line-endings └── README.md ├── terraform-cert └── README.md └── terraform-eks ├── README.md ├── complete-example.tf └── starter-example.tf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascode-com/wiki/HEAD/README.md -------------------------------------------------------------------------------- /certified-kubernetes-administrator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascode-com/wiki/HEAD/certified-kubernetes-administrator/README.md -------------------------------------------------------------------------------- /doas/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascode-com/wiki/HEAD/doas/README.md -------------------------------------------------------------------------------- /ingress-nginx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascode-com/wiki/HEAD/ingress-nginx/README.md -------------------------------------------------------------------------------- /ingress-nginx/ascode-example-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascode-com/wiki/HEAD/ingress-nginx/ascode-example-deployment.yaml -------------------------------------------------------------------------------- /ingress-nginx/ascode-example-ingress.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascode-com/wiki/HEAD/ingress-nginx/ascode-example-ingress.yaml -------------------------------------------------------------------------------- /ingress-nginx/ascode-example-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascode-com/wiki/HEAD/ingress-nginx/ascode-example-service.yaml -------------------------------------------------------------------------------- /line-endings/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascode-com/wiki/HEAD/line-endings/README.md -------------------------------------------------------------------------------- /terraform-cert/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascode-com/wiki/HEAD/terraform-cert/README.md -------------------------------------------------------------------------------- /terraform-eks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascode-com/wiki/HEAD/terraform-eks/README.md -------------------------------------------------------------------------------- /terraform-eks/complete-example.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascode-com/wiki/HEAD/terraform-eks/complete-example.tf -------------------------------------------------------------------------------- /terraform-eks/starter-example.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascode-com/wiki/HEAD/terraform-eks/starter-example.tf --------------------------------------------------------------------------------