| by Scott Kilroy

How to Install Kubernetes on Ubuntu 20.04

Containers are a good choice to bundle and run our own applications. When the number of containers increases rapidly and need to manage them in a convenient way. That’s the reason why Kubernetes comes. Kubernetes (K8s) is an open-source system […]
Th…

Share Button
Read More
| by Arround The Web

How to Deploy MySQL on Kubernetes

This tutorial shows detailed steps of deploying MySQL on Kubernetes. I’ll be using minikube here to demonstrate Kubernetes MySQL examples. We all know the big importance of data persistence and almost, all our applications rely hugely on some sort of […

Share Button
Read More
| by Scott Kilroy

Install Jenkins on Kubernetes

CI/CD (Continuous Integration/ Continuous Deployment) is a core concept of the DevOps world. It helps us to automate the software development processes: building, testing and deploying the source codes. Among many CI/CD tools, Jenkins is one of the mos…

Share Button
Read More