Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Files

Latest commit

 

History

History
33 lines (19 loc) · 1.53 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.53 KB

Kubernetes Snippets

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 🙂

CLI

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

Available Commands