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…

Docker (web) UI

Using portainer you can manage your local (or remote) docker through a web UI. Portainer is an open source project. Deployment The easiest way to deploy portainer is using a container. It is also possible to deploy it locally (for more details and options, check the links bellow). On this Read more…

Guacamole + Docker

Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH https://guacamole.apache.org/ Running guacamole on a virtual machine can help you expose other servers on the same VPC that are not accessible directly for remote management.  More important can give you access to any of them Read more…

Kubernetes in seconds: MicroK8s

Create a kubernetes cluster all-in-one virtual machine for kubernetes learning/experimentation. Note: There is a little video on https://microk8s.io/ if that is more of your cup of tea. Ingredients Virtual Machine (e.g. AWS EC2 instance)  Ubuntu 18.04 LTS (or any linux distribution with snap support) Create cluster using microk8s Like Magic: You Read more…