Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

20i-0633 A3 (added info for assignment 3) #214

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions Students/DevoOps-2024-contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,42 @@ This blog is about Docker BuildKit. Docker BuildKit is an advanced image buildin

Learning resources: https://docs.docker.com/build/buildkit/



#Jawad Ur Rehman 20i-0633

LinkedIn: https://www.linkedin.com/in/jawad2/

-Learning:
-Docker
-Cosign
-Kubernetes
-Ingress
-Podman
-SBOM
-GKE, AKS, k3s, minikube, and KIND
-Servce mesh( Istio, Linkerd)

Blog 1: Workings of docker engine https://medium.com/@jawad633/introduction-b1368365c1d2

The Docker Engine blog describes Docker's transition from a
monolithic architecture to a modular structure, splitting the
daemon into distinct components: Docker CLI, Daemon, Containerd, and Runc. This modular approach
enhances Docker's efficiency and reliability, allowing better management of container lifecycles and
interactions with the host system.



Blog 2: Pulumi building, configuring and deploying application with docker

The Pulumi tutorial outlines using Pulumi to deploy a MERN stack application in Docker,
emphasizing Pulumi’s Infrastructure as Code capabilities. The guide walks through
creating Pulumi projects, configuring Docker images, provisioning networks and
containers, and setting environment variables to deploy and run the application.