| by Scott Kilroy

How to Install Terraform on Ubuntu 20.04

The post How to Install Terraform on Ubuntu 20.04 appeared first on LinOxide.

Share Button
Read More
| by Arround The Web

Docker Alternative Container Tools in 2021

Docker 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…

Share Button
Read More
| by Scott Kilroy

How to Install Ansible on Ubuntu

Ansible 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 [….

Share Button
Read More
| 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