Kubernetes on a Mac

Enable auto-completion Upgrade bash, install autocompletion and enable them: https://medium.com/merapar/fixing-bash-autocompletion-on-macos-for-kubectl-and-kops-e87f019652e8 List all pod (sorted by node) kubectl get pods -o wide –sort-by=”{.spec.nodeName}” –all-namespaces 

Kong

Next-Generation API Platformfor Modern Architectures https://konghq.com/ Quickly get it running with Docker Assuming you have Docker already installed and running, create a docker-compose.yml file: This is going to create the kong container using a slightly modified version of the official 1.0.2-alpine container – it will wait for postgres database server Read more…