#devops
Read more stories on Hashnode
Articles with this tag
Introduction: In the ever-evolving landscape of cloud computing, managing infrastructure efficiently is crucial. AWS CloudFormation (CFT) emerges as a...
Shell scripting is a powerful skill for every system administrator and developer working in a Unix-like environment. In this blog post, we will delve...
in simple terms, "serverless" refers to a cloud computing model where you don't have to worry about managing servers. Instead of dealing with server...
In this article, we will run a docker container and we will monitor and see the cpu utilization and other metrics in prometheus and grafana...
Introduction Text processing is a fundamental aspect of working with data in a Unix/Linux environment. Three powerful command-line tools—Awk, Sed, and...
Version control is the backbone of collaborative software development, providing a structured way to track changes and manage project history. Among...