#devops-journey
Read more stories on Hashnode
Articles with this tag
Introduction Text processing is a fundamental aspect of working with data in a Unix/Linux environment. Three powerful command-line tools—Awk, Sed, and...
1. Create an EC2 instance in AWS: Log in to the AWS Management Console and launch instance as Ubuntu t2.large instance type. add inbound rules...
Introduction Kubernetes, while a powerful container orchestration platform, is not immune to challenges. This blog post will explore some common...
Section 1: Docker Swarm Subsection 1.1: Understanding Docker Swarm Docker Swarm is a native clustering and orchestration tool for Docker. It allows...
Introduction GitHub Actions is a powerful automation platform that simplifies CI/CD workflows. While GitHub-hosted runners are convenient for most...
Essential Docker Commands In today's fast-paced software development world, containerization has become a vital component for deploying applications...