Summary We will be creating our own backend API server that we can use to test out our Kubernetes deployment. We will also be running this on a...
What is SSL Secure Socket Layer is a protocol that provides secure communication over two network devices. It ensures that the data transmitted...
Using Proxmox, we can create virtual machines that we will be using to set up our Kubernetes cluster. What is Kubernetes? According to their official...
background Now we have a bunch of docker containers set up in our internal Linux container. They can be accessed through the IP address of the Linux...
Heres a short guide to installing a desktop environment in our Linux container and remotely connecting to it using x2go client. in Proxmox, create a...
things to do after creating a new container sudo apt update && apt upgrade apt install curl let's install docker now using the quick install...