馃殌Day 17- Kubernetes for BeginnersWhat is Kubernetes? Kubernetes is an open-source container orchestration engine for automating the deployment, scaling, and management of containerized applications. The open-source project is hosted by the Cloud Native Computing Foundation (CNCF). K...Dec 16, 2023路49 min read
馃殌Day 12- Advanced Docker: A Comprehensive GuideWhat is Docker Compose? Docker Compose is a tool for defining and running multi-container Docker applications. It allows you to specify an entire application stack, including services, networks, and volumes, in a single docker-compose.yml file Doc...Nov 26, 2023路21 min read
馃殌Day 11- Docker Fundamental: A Comprehensive GuideWhat is Virtualization? Virtualization is a technology that allows multiple operating systems or applications to run on a single physical server or host. It provides a layer of abstraction between the hardware and the operating system, enabling more ...Nov 25, 2023路22 min read
馃殌Day 10- Advanced Git and GitHubWhat is Git Branching? A branching strategy in Git defines how branches are created, named, and merged in a collaborative development environment. The choice of branching strategy depends on factors such as the size and nature of the project, the tea...Nov 19, 2023路13 min read
馃殌Day 09- Git and Github FundamentalWhat is Git? It is a Global Information Tracker It is a Distributed version control system (or) Source code management It empowers developers to manage and track changes to their codebase It will maintain multiple versions of the same file Git i...Nov 18, 2023路20 min read
馃殌Day 08- Linux Package ManagementWhat is Package Management? Package management in Linux refers to the process of installing, updating, configuring, and removing software packages on a Linux-based operating system. It's a fundamental component of maintaining a Linux system and ensur...Nov 13, 2023路9 min read
馃殌Day 07- Linux File Permission, Umask, and Access Control List(ACL)What is Linux File Permission and why it is Important? File permissions are core to the security model used by Linux systems. They determine who can access files and directories on a system. On Linux, file permissions let you control the level of acc...Nov 12, 2023路11 min read