Devops News

Discover the latest Devops development news, repositories, and conferences at Hackertab.

Latest Devops articles

Day 59 : Ansible Project 🔥

Day 59 : Ansible Project 🔥

Welcome back to our exploration of Ansible! In our previous discussions, we delved into the power of Ansible playbooks and how they streamline configuration management tasks. Today, we're diving into a hands-on project that showcases Ansible's capabi...

05 May 2024hashnode

What Problem Does Docker Solve: Beginner's Introduction to Docker

What Problem Does Docker Solve: Beginner's Introduction to Docker

Introduction Docker has revolutionized how applications are deployed. When developers build and successfully run an application, most times the application fails on deployment to different environments. Docker takes an application and everything it n...

05 May 2024hashnode

Day 19 : Docker for DevOps Engineers

Day 19 : Docker for DevOps Engineers

Till now you have learned how to create docker-compose.yml file and pushed it to the Repository. Let's move forward and dig more on other Docker concepts like Docker Volume and Docker Network. Enhancing Containerization Docker, a powerful tool for co...

05 May 2024hashnode

single API multiple databases

single API multiple databases

have you ever wanted to connect with multiple databases and make them work as a single database. I...

05 May 2024devto

Mockingbird: New tool for your mock environments

Mockingbird: New tool for your mock environments

TL;DR I created a mock tool that can significantly increase your productivity and reduce...

05 May 2024devto

Gateway VPC Endpoints on AWS

Gateway VPC Endpoints on AWS

For our services, if we want to have internet access, we route the traffic via an internet gateway....

05 May 2024devto

🔒🚀DevSecOps End-to-End CI/CD with SonarQube, OWASP, Trivy, Docker, and Jenkins! 🛡️🌐

🔒🚀DevSecOps End-to-End CI/CD with SonarQube, OWASP, Trivy, Docker, and Jenkins! 🛡️🌐

Embark on a journey into the realm of DevSecOps as we engineer a comprehensive CI/CD pipeline fortified with cutting-edge security measures. Here's the breakdown: Prerequisites Before you begin, ensure that the following prerequisites are met: Creat...

05 May 2024hashnode

Introducing a Custom Operator for Unified Management of Kubernetes Tools

Introducing a Custom Operator for Unified Management of Kubernetes Tools

Summary I developed a new custom operator, the Kubernetes Operator Manager (KOM), to...

05 May 2024devto

ArgoCD Getting Started - Hands On

ArgoCD Getting Started - Hands On

In this tutorial I will show you how to get started with ArgoCD on Kubernetes and we will cover the...

05 May 2024devto

Using Jenkins to build pipeline by triggering git webhook (Git SCM)

Using Jenkins to build pipeline by triggering git webhook (Git SCM)

Jenkins is a tool used to create CI-CD pipeline. Today we will make a project by integrating GitHub and Jenkins which will integrate changes automatically whenever a change is made in GitHub repo. First, we will create a Pipeline in Jenkins dashboard...

05 May 2024hashnode