Latest DevOps Articles

Latest DevOps Articles curated daily from around the web.


The following post is part of a series of articles chronicling my journey into serverless implementation via a sample Case Study using a minimal viable product...
DevOps is not a tool or a team, it is the process or a methodology of using various tools to solve the problems between the Developers and the Operations team i...
Sometime you want to print something on the screen in the middle of playbook. You have measly debug module, and, that’s all. How about multi-line text with colo...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Welcome to Day 16 of 21 Days of Docker. The topic for today is a docker-compose Docker-compose is a tool for defining and running multi-container Docker applica...
Programming languages are the main weapons in the arsenal of a DevOps team. Choosing an unsuitable language or multiple languages for projects may lead to unwan...
Say the word “Kubernetes” (aka k8s)around dev/ops workers, IT managers, or even tech savvy marketers and CEOs and their attention will be yours.
The first part of the series about securing your Azure DevOps ecosystem covered Jenkins and the integration of CodeNotary into your Jenkins pipeline. That way y...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Hello Internet! I’ve been using this way of deploying my servers to Digital Ocean droplets for a while now deployed over 40 different web services, database lay...
What should Nagios monitor? That depends on the role of the server. Every monitoring system should watch CPU, memory, disk space and network activity, as these...
In this edition of "Best of DZone," we take a look at all things Git, from basic commands, to theory behind its functionality, to development and deployment pat...
So many language to learn, so little time.As people are shifting to automation from manual testing, they prefer to go with the best-suited testing framework for...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
In this article, I want to give you an overview of how well the latest technologies can be integrated seamlessly into a test automation framework.

www.devopsgroup.com

Setting up and using Puppet
Quite some time ago, in my previous blog, I compared Ansible and Puppet in terms of configuration management. In this blog, I want to focus on other aspects of...
The best solution is to split our Dockerfile into several Dockerfiles. So our Dockerfiles are smaller and easier to understand and maintain. Here are some tips...
Docker Basics to get you up and running in no time. Docker is a container management service.