Login to azure
az loginget aks credentials which will be stored in the kubeconfig
az aks get-credentials --name <resourcename> --resource-group <resourcegroup>| #!/usr/bin/python3 | |
| # | |
| # Simple Bloom filter implementation in Python 3 | |
| # Copyright 2017 Hector Martin "marcan" <marcan@marcan.st> | |
| # Licensed under the terms of the MIT license | |
| # | |
| # Written to be used with the Have I been pwned? password list: | |
| # https://haveibeenpwned.com/passwords | |
| # | |
| # Download the pre-computed filter here (968MB, k=11, false positive p=0.0005): |
| minikube start --vm-driver=xhyve --container-runtime=docker --show-libmachine-logs --v=10 --alsologtostderr --cpus 4 --memory 8192 |
| // on page load, search for & display a random gif matching your search term using the Giphy API. | |
| // usage: | |
| // include giphy.js in your <head> | |
| // set q to your search term (e.g. "brunch") | |
| // add <span id = "giphyme"></span> wherever you want to display the image. -- FYI, it will be centered. | |
| // big ups to the Giphy crew (giphy.com) | |
| // 2014 - Neal Shyam [@nealrs | nealshyam.com] | |
| document.addEventListener('DOMContentLoaded', function () { | |
| q = "finger guns"; // search query |