Posts with tag: devops
Securing newly created VPS instance
In this tutorial we cover the initial steps to configure initial security for a newly provisioned VPS instances. SSH config, firewall, fail2ban for invalid login attempts, non root user setup etc.
blog vps security devopsUse Vagrant to configure VMs
This time, we will use Vagrant and Vagrantfile to run setup on VMs while they are being created.
blog tutorials vagrant devopsVMs on MacBook with Apple silicon
This tutorial walks you through the setup I use to run local VPS instances with Vagrant, VMware and plugins.
blog tutorials vagrant devopsKong API gateway. Getting started
The goal of this tutorial is walk through the process of installing Kong API gateway and build first secure public API.
blog tutorials kong api gateway terraform devopsAutomating Kong APIs with Terraform
In this tutorial we go through the steps of automating Kong API gateway setup. By using Terraform and setup scripts.
blog tutorials kong api gateway terraform devopsJenkins CI with Docker and Terraform
By the end of this tutorial you will have the automation scripts which will containerize and install Jenkins CI on virtual machine of your choice.
blog tutorials jenkins ci devopsBuilding new VPS with Terraform
In this tutorial we go through step by step guide on how to use Infrastructure as a code approach and Terraform to provision a temporarily virtual servers for tutorial projects.
blog tutorials vps terraform devopsJenkins CI plugin management
One of the main strengths of Jenkins continuous integration server is its extensibility via plugins. This tutorial walks you through the key parts of plugin management for Jenkins CI.
blog tutorials jenkins ci devopsPopular Continuous Integration Tools
In this post we share the list of most popular CI tools and platforms with short summary about each of them.
reviews ci devopsInstalling and configuring Jenkins CI
In this tutorial we learn how to install Jenkins CI server and get it ready to run jobs.
blog tutorials jenkins ci devops