#100daysofdevops kết quả tìm kiếm
Day 10 of #100DaysOfDevOps Today I built container images using both imperative (manual) and declarative (Dockerfile) approaches created an image for a sample Spring Boot project! Also started exploring multi-stage image building. #DevOps #LearningInPublic #Docker #connect




🔥 Day 12 of #100DaysOfDevOps 🔥 Wrote my first Bash script today 💻 Automated the full setup of an Apache web server — install, enable, deploy & clean up ⚙️🚀 Felt amazing seeing it run smooth 🔥 #DevOps #Bash #Automation #Linux #LearningInPublic


Day 🤔 of #100daysofDevOps 🌸 finally hosted this basic portfolio card after a few days of heart break & confusion 😭 #100DaysOfCode #GCP #terraform

Just want to know more about this Crypto words can make you lose interest But I don't mind slowing, I will get there 😌 Still on @rainbowdotme project... Watch me grow #100daysofdevops

Day 8 of #100DaysOfDevOps Today I learned how to build container images both manually and using a Dockerfile in the Containers Supercourse by @gouravshah. Also did some hands-on practice — building, tagging, and publishing images. #DevOps #Connect #buildinginpublic #udemy



Day 22 of #100DaysOfDevOps 🌸 - wrote my first terraform file today - Deployed a resource that generated a file (hello.txt) using the local provider #100daysOfCode #terraform #DevOps

Day 7 of #100DaysOfDevOps Completed another section of the Containers Supercourse by @gouravshah on Udemy! Learned about interacting with containers and got hands-on with practical Docker commands. #DevOps #Containers #LearningInPublic #Connect #Learninginpublic #x

🚀 DevOps Day 4: Docker Deep Dive 🔹 Layers in Docker & why they matter 🔹 Optimising Dockerfiles for speed & efficiency 🔹 Networks & Volumes – persistence & communication 🔹 docker-compose – managing multi-container apps ⚡ #DevOps #Docker #100DaysOfDevOps #Containers

Wrapped up Day 4 of the #100DaysOfDevOps challenge by @KodeKloudHQ Today’s focus was on managing Linux file permissions by granting execute access to scripts for all users. 💪 Security + usability go hand in hand. 🔐💻 #DevOps #LearningInPublic #Linux #CloudComputing #Automation

Day 63 of #100DaysOfDevOps by @KodeKloudHQ - Deploy Iron Gallery App on Kubernetes Today's Task was to create a namespace and then two deployments and two services in that namespace. Steps: - Create the namespace. #Kubernetes #Kodekloud


Day 62 of #100DaysOfDevOps by @KodeKloudHQ - Manage #Secrets in #Kubernetes Today's task is to create generic secret, mount secret into the container at the designated path and verify the secret is mounted correctly by executing into the container and checking the mounted path.


Day 26 of #100DaysOfDevOps 🌸 Finished my first end-to-end Terraform on GCP deployment - VM + network up & running, managed completely as code. [ followed the tut from official site ] #Terraform #GCP #DevOps #100DaysOfCode #IaC
Day ❓of #100daysofDevOps fked around with render or maybe the other way around #100DaysOfCode #render
Day 10 of #100DaysOfDevOps Today I built container images using both imperative (manual) and declarative (Dockerfile) approaches created an image for a sample Spring Boot project! Also started exploring multi-stage image building. #DevOps #LearningInPublic #Docker #connect




Day 70✅of #100daysofdevops On Jenkins UI, I learned to: - Create new users - Set job-specific permissions - use Matrix Authorization Strategy @KodeKloudHQ #jenkins #ShowYourWork



I went quiet for a while — but not idle. Spent the last few weeks refining my DevOps workflow: Docker + Flask + Python agent that manages containers, auto-rebuilds images, and logs system metrics. Quiet consistency > loud inconsistency. #DevOps #buidinpublic #100DaysOfDevOps
Day 14 of DevOps🐧 Learned about Docker Networking 🔗 Discovered how containers can talk to each other inside a private network Created my own Docker network and connected 2 containers Used curl web to test their connection #DevOps #Docker #100DaysOfDevOps
Day 13 of DevOps Explored Docker containers in depth Learned to run, stop, restart, and inspect containers Used commands like docker ps, docker exec, docker logs, and more Deployed my first Nginx container and accessed it on localhost:8080 #DevOps #Docker #100DaysOfDevOps
Days 67-69✅of #100daysofdevops I am done all the k8 with the 67th being the final and a general revision for everything and went to tackle the first 2 Jenkins tasks with simple installation and configuration on the UI. @KodeKloudHQ #Jenkins #kubernetes #showYourWork




💥 Day 13 of #100DaysOfDevOps 🐚 Got my hands dirty with Shell Scripting today 💻 Learned how to automate stuff using variables, loops & conditions 🔁 Feels good seeing scripts do all the heavy lifting 😎 #Linux #Automation #DevOpsJourney #Scripting
Day 13 of DevOps Explored Docker containers in depth Learned to run, stop, restart, and inspect containers Used commands like docker ps, docker exec, docker logs, and more Deployed my first Nginx container and accessed it on localhost:8080 #DevOps #Docker #100DaysOfDevOps
Day 67 of #100DaysOfDevOps by @KodeKloudHQ - Deploy Guest Book App on #Kubernetes Today's task is to deploy a guestbook application with Redis master-slave replication and a scalable frontend. I am to create three deployments and three services as per the requirements. #Redis




Day 66 of #100DaysOfDevOps by @KodeKloudHQ - Deploy MySQL on Kubernetes Today's task is to deploy MySQL server with persistent storage, secure credentials managed via Kubernetes secrets, and accessible via NodePort. #Kubernetes #MySQL #PersistentVolume



Day 66 of #100DaysOfDevOps by @KodeKloudHQ - Deploy MySQL on Kubernetes Today's task is to deploy MySQL server with persistent storage, secure credentials managed via Kubernetes secrets, and accessible via NodePort. #Kubernetes #MySQL #PersistentVolume



Day 65 of #100DaysOfDevOps by @KodeKloudHQ - Deploy Redis Deployment on Kubernetes Today's task is to create a Redis deployment with the given specifications. Steps: - Create a ConfigMap. - Create a deployment Yaml File. #Kubernetes #Configmap #Redis


Day 8 of #100DaysOfDevOps Today I learned how to build container images both manually and using a Dockerfile in the Containers Supercourse by @gouravshah. Also did some hands-on practice — building, tagging, and publishing images. #DevOps #Connect #buildinginpublic #udemy



Day 65 of #100DaysOfDevOps by @KodeKloudHQ - Deploy Redis Deployment on Kubernetes Today's task is to create a Redis deployment with the given specifications. Steps: - Create a ConfigMap. - Create a deployment Yaml File. #Kubernetes #Configmap #Redis


Day 64 of #100DaysOfDevOps by @KodeKloudHQ - Fix Python App Deployed on Kubernetes Cluster Today's task is to troubleshoot a Python app application deployment and service are already deployed but not coming up. #PythonFlask #Python #Kubernetes #Deployment


🔥 Day 12 of #100DaysOfDevOps 🔥 Wrote my first Bash script today 💻 Automated the full setup of an Apache web server — install, enable, deploy & clean up ⚙️🚀 Felt amazing seeing it run smooth 🔥 #DevOps #Bash #Automation #Linux #LearningInPublic


#Day14 of #100DaysOfDevOps Continued diving into Ansible—set up playbooks, inventories, and ran my first automation tasks! #DevOpsJourney #TechLearning #100DaysOfCode
Day 10 of #100DaysOfDevOps Today I built container images using both imperative (manual) and declarative (Dockerfile) approaches created an image for a sample Spring Boot project! Also started exploring multi-stage image building. #DevOps #LearningInPublic #Docker #connect




🔥 Day 12 of #100DaysOfDevOps 🔥 Wrote my first Bash script today 💻 Automated the full setup of an Apache web server — install, enable, deploy & clean up ⚙️🚀 Felt amazing seeing it run smooth 🔥 #DevOps #Bash #Automation #Linux #LearningInPublic


🚀 DevOps Day 4: Docker Deep Dive 🔹 Layers in Docker & why they matter 🔹 Optimising Dockerfiles for speed & efficiency 🔹 Networks & Volumes – persistence & communication 🔹 docker-compose – managing multi-container apps ⚡ #DevOps #Docker #100DaysOfDevOps #Containers

Day 22 of #100DaysOfDevOps 🌸 - wrote my first terraform file today - Deployed a resource that generated a file (hello.txt) using the local provider #100daysOfCode #terraform #DevOps

🚀 Day 3 of my #DevOps journey! Learned: 🐳 Why Docker & Containerization ⚡ Installing Docker & exploring inside 📦 Images vs Containers 🔗 Port Mapping + Common Commands 📝 Docker file, Building Images & Pushing to Docker Hub #100DaysOfDevOps #Docker #DevOpsLearning

Day ☁️ of #100daysofdevops I couldn't get any "free tier" resources capable of running k8s so I'm running Minikube locally for my portfolio projects do you use free resources in your learning? if so which do you recommend?? #cloudcomputing #devops #sre

Day 25 of #100DaysOfDevOps 🌸 - built reusable Docker container module using Terraform - deployed 3 containers: nginx, redis & postgre - was a lil confused but did it in the end #100daysOfCode #terraform #DevOps #docker #DevOpsJourney #IaC

Just want to know more about this Crypto words can make you lose interest But I don't mind slowing, I will get there 😌 Still on @rainbowdotme project... Watch me grow #100daysofdevops

Day 18 of #100DaysOfDevOps 🌸 - studied network drivers in depth today - a lil fked - also I just started watching SPY X FAMILY #100DaysOfCode #docker #DevSecOps #DevOps

🧵 How to Get a DevOps Job Without Relying on Certifications 15 battle-tested, practical tips to help you break into DevOps with real skills. #DevOps #100DaysOfDevOps #Linux #Cloud #Kubernetes

Wrapped up Day 4 of the #100DaysOfDevOps challenge by @KodeKloudHQ Today’s focus was on managing Linux file permissions by granting execute access to scripts for all users. 💪 Security + usability go hand in hand. 🔐💻 #DevOps #LearningInPublic #Linux #CloudComputing #Automation

100Days of DevOps ✅Day 16: Install and Configure Nginx as an LBR @KodeKloudHQ #100DaysOfDevOps #kodekloudengineer2025 #DevOpsengineer #remotejobs #Linux



Day 🤔 of #100daysofDevOps 🌸 finally hosted this basic portfolio card after a few days of heart break & confusion 😭 #100DaysOfCode #GCP #terraform

Day 21 of #100DaysOfDevOps 🌸 - Learned how to use Docker Secrets to securely manage database credentials instead of hardcoding them into configs. - was a lil occupied yesterday 😭 #100DaysOfCode #docker #DevOps

🗓Day 8 100 Days of DevOps Today's task was to install ansible with pip3, and make sure it's globally accessible. I installed it, got the path to the binaries and added it to the PATH environment variables. #DevOps #100DaysofDevOps #Linux @KodeKloudHQ #SysAdmin

Day 9 #100DaysOfDevops I don't know how I can solve this Kubernetes problem. Any Idea or advice? #DevOps #Kubernetes #Kubectl #Error

Something went wrong.
Something went wrong.
United States Trends
- 1. Chiefs 103K posts
- 2. Branch 30.4K posts
- 3. Mahomes 31.4K posts
- 4. #TNABoundForGlory 51.4K posts
- 5. #LoveCabin N/A
- 6. LaPorta 10.2K posts
- 7. Goff 13.4K posts
- 8. Bryce Miller 4,264 posts
- 9. Kelce 15.9K posts
- 10. #OnePride 6,310 posts
- 11. #LaGranjaVIP 49.5K posts
- 12. Dan Campbell 3,477 posts
- 13. #DETvsKC 4,844 posts
- 14. Butker 8,375 posts
- 15. Mariners 48.7K posts
- 16. Rod Wave N/A
- 17. Gibbs 5,516 posts
- 18. Baker 54.2K posts
- 19. Pacheco 4,914 posts
- 20. Mike Santana 4,051 posts