Background I have been using Google Cloud to store my data such as photos, documents, and emails. I paid about $3 a month for the 100GB plan and...
Previously we have written a simple API server that interacts with MongoDB, redis, and influxDB. We also managed to run our deployments on our...
Prerequisites: have a running Kubernetes cluster. Check out here to create one yourself have a copy of our backend server code and image. Check out...
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...