Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeinloop/crossplane-azure-aks
https://github.com/codeinloop/crossplane-azure-aks
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeinloop/crossplane-azure-aks
- Owner: codeinloop
- License: mit
- Created: 2024-05-01T22:12:12.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-01T23:16:04.000Z (7 months ago)
- Last Synced: 2024-05-02T15:29:35.606Z (7 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Integração Azure e Crossplane
Este projeto tem a explicação de como executar e requisitos no blog [codeinloop](https://codeinloop.com.br/implantar-um-cluster-aks-via-crossplane-provider-azure/)
## Ordem de execução
```bash
. ./azure-vars.sh; envsubst < azure-secret.yaml | kubectl apply -f -
. ./azure-vars.sh; cat ./azure-provider.yaml | envsubst | kubectl apply -f -
. ./azure-vars.sh; cat ./azure-resourcegroup.yaml | envsubst | kubectl apply -f -
. ./azure-vars.sh; cat ./azure-network.yaml | envsubst | kubectl apply -f -
. ./azure-vars.sh; cat ./azure-aks.yaml | envsubst | kubectl apply -f -
. ./azure-vars.sh; cat ./azure-aks-all-in-one.yaml | envsubst | kubectl apply -f -
```