How to Install Terraform on Ubuntu 20.04
The post How to Install Terraform on Ubuntu 20.04 appeared first on LinOxide.
Read MoreThe post How to Install Terraform on Ubuntu 20.04 appeared first on LinOxide.
Read MoreDocker is the most popular and widely used free and open-source container management system. Docker helps in building, deploying, and shipping software applications in an isolated environment; known as a container. A container contains the libraries, d…
Read MoreAnsible is an open-source tool that allows you to provision, configure, manage, and deploy applications. It helps to run infrastructure as a code, basically an automation tool. Ansible runs on Linux, Unix-like, and Windows systems. It is a free tool [….
Read MoreContainers 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…
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 […
Read MoreCI/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…
Read More