In this guide we will explore how to launch resources in AWS Lightsail platform using terraform. Lightsail is an easy-to-use virtual private server (VPS)…
In this gude, we are going to see how to manage user and database permissions in mysql, i.e. Creating mysql database, creating mysql user,…
Kubernetes is available on AWS as a managed service: AWS takes care of the control plane (replacing unhealthy nodes, automated updates), you take care…
Packer is an open source tool for creating identical machine images for multiple platforms from a single source configuration. Packer can build machine images…
Composer is an application-level package manager for the PHP programming language that provides a standard format for managing dependencies of PHP software and required…
In this guide we will explore how to add slaves (build nodes) to jenkins. The Jenkins architecture is designed for distributed build environments. It…
Jenkins has a built-in command line interface that allows users and administrators to access Jenkins from a script or shell environment. This can be…
The Docker Registry is a stateless, highly scalable server side application that stores and lets you distribute Docker images. The Registry is open-source, under…
Kubeadm is a tool built to provide best-practice "fast paths" for creating Kubernetes clusters. It performs the actions necessary to get a minimum viable,…