Hello World!
This repository contains some scripts that I share with Microsoft partners thare are starting to work with AKS (and kubernetes in general).
Feel free to create an issue or PR to contribute, and why not have a chat on LinkedIn 🙂
Running Scripts from this Repository
For the sake of be easier to use, I've create a simple CLI wrapping the commands from azure-cli, kubectl, istioctl and veleroctl.
There's also a autocomplete feature to make easier to use, if you're on Linux, just add this line to your .bashrc
source path/to/project/cli/autocomplete.bash
-
cluster
- Cluster Management Utilitiescreate
- Create an AKS Clustercreate-aad-credentials
- Creates the credentials for AAD Integration
-
devops
- DevOps Utilitiescreate-service-connection
- Create Azure DevOps Service Connection
-
backup
- Backup Utilitiescreate-velero-vault
- Create a new Velero Vault to store/retrieve backupsinstall-velero
- Install velero crds on the cluster and configure the Velero Vaultuninstall-velero
- Remove all velero crds from the cluster