As I’m learning Kubernetes at the moment, the best way to learn and practice is to write down as the articles so I can review it in the future. the ‘learn Kubernetes in 5 mins every day is focus on Kubernetes concepts and administration. We start with a series of lectures on various topics in […]
Month: January 2020
Set up VPN server with Docker in 5 mins on Azure
In this post, I’ll set up and run a temporary VPN server using docker on the Azure, it’s an L2TP type VPN, I’m not gonna recommend using this type VPN for your production environment or at work as it is unsafe. Info:CentOS: 7.5 x64Docker: 19.03.5 Install Docker Set up the repository install docker-community start docker […]