How do Docker Images work? | Docker made easy #2Here’s the agenda for this blog: Understand what Docker Images are and how they relate to containers Look under the hood to learn what makes them work on the disk/storage level Appreciate how Docker maximizes storage efficiency and performance by ...Nov 11, 2023·9 min read
Day 03: Worker Node — The Heart of Container Management Part-2Welcome back to the #30DaysOfKubernetes challenge! On Day 01, we laid the foundation with Kubernetes basics, and on Day 02, we explored the components of the master node. Today, we delve into the crucial role of the worker node in container managemen...Nov 7, 2023·3 min read
Day02- Kubernetes Architecture Part-1Introduction Welcome to Day 02 of the #30DaysOfKubernetes challenge! On this exciting journey, we are unraveling the mysteries of Kubernetes Architecture, the open-source container orchestration engine that is revolutionizing the way we deploy and ma...Nov 7, 2023·4 min read
Unlocking the Power of Kubernetes: Day 01Introduction:Welcome to Day 01 of the #30DaysOfKubernetes challenge! In this journey, we’ll explore Kubernetes, the open-source container orchestration engine that’s transforming the world of application deployment and management. Let’s dive right in...Nov 7, 2023·5 min read
The Ultimate Starters Guide to Nginx/Installation, Static Hosting, Reverse Proxy, & SSL Introduction Nginx (pronounced “engine x”) is one of the most popular open-source web server technologies. Its use cases range from serving static webpages to acting as a full fledged load balancer....Nov 5, 2023·13 min read
12-Factor Methodology for Developing Microservices-based ApplicationsUnlocking the full potential of microservices architecture in application development has been a topic of extensive discussion. The benefits are widely acknowledged, but the challenge lies in executing it effectively. Fortunately, at ClearScale, we h...Oct 12, 2023·7 min read
Day-10:Working with AWS CodeCommitOverview AWS CodeCommit is a highly scalable, managed source control service that hosts private Git repositories. CodeCommit stores your data in Amazon S3 and Amazon DynamoDB giving your repositories high scalability, availability, and durability. Yo...Oct 6, 2023·7 min read