#devopsdiaries search results
Day - 31 #DevOpsDiaries Spent half my day with Jenkins ๐ฉ Missing modules, broken stages, endless red builds even managed to delete my pipeline by mistake ๐ But finally got that one green tick โBuild Successfulโ for AutoDeployX
DAY - 27 #DevOpsDiaries Start Building my own DevOps project: AutoDeployX Push code -> Jenkins builds & tests ->Docker Hub Terraform infra -> Deploy on local K8s -> Monitoring via Prometheus/Grafana Stack: Docker | Python | Bash | Jenkins | Terraform | K8s|AWS setup almost done
Day - 30 #DevOpsDiaries Spent my evening debugging a Jenkins pipeline for my AutoDeployX project Errors like: Syntax error: "(" unexpected source: not found exit code 127 After an hour of head-scratching, found out Jenkins runs scripts with sh, not bash Added #!/bin/bash
DAY - 28 #DevOpsDiaries Tried containerizing my project today Ran into 2 blockers: ASGI app not found ->fixed by correcting path (uvicorn main:app). requirements.txt missing -> solved with: COPY requirements.txt . RUN pip install -r requirements.txt
DAY - 24 #DevOpsDiaries Todayโs learning: AWS RDS! Cloud databases are the backbone of modern apps, and RDS makes it super easy to set up & manage relational databases
DAY - 29 #DevOpsDiaries Fixed multiple FastAPI unit testing errors in my AutoDeployX project today ModuleNotFound: Installed httpx. (Always check dependencies!) AssertionError: Wrong expectation. Adjusted response.text assertion. AttributeError: Don't touch app internals
DAY -18 #DevOpsDiaries After 24 attempts, I finally got my Jenkins pipeline working! It successfully pulled the code from my Git repository. The pipeline then built a Docker image and pushed it to my Docker Hub repo. That feeling of a successful build is unbeatable!
Day - 23 #DevOpsDiaries Todayโs AWS Learning: ELB (Elastic Load Balancer) Distributes incoming traffic across multiple serversprevents overload, improves availability & performance ASG (Auto Scaling Group) Automatically scales servers up/down based on demand - saves cost
DAY -17 #DevOpsDiaries 1 . I started a mini-project to build a CI/CD pipeline using Jenkins. 2. The pipeline faced common errors like missing python3-venv and sudo permission issues. 3 . I got "invalid agent type" error which was solved by installing the correct plugin
DAY - 26 #DevOpsDiaries Spent my day learning AWS Route 53: โ DNS management: Easily route traffic to your domains โ Traffic routing policies: Simple, weighted, latency-based & geolocation routing โ Health checks & failover: Automatically detect unhealthy endpoints checklistโ
DAY - 25 #DevOpsDiaries I learned how to create a DynamoDB table on AWS. At first it felt like just clicking Create but every step actually impacts performance, scalability, and cost. Partition & Sort Keys decide how data is stored and how fast queries will run.
DAY - 22 #DevOpsDiaries Learning AWS EBS (gp3) today : Created an 8 GiB volume & attached it to EC2 Explored IOPS & throughput performance Understood snapshots for backup & recovery Takeaway: EBS = reliable + scalable storage for EC2
DAY -21 #DevOpsDiaries Today launched my first EC2 instance on AWS! Learned about key pairs, security groups & SSH login Hands-on > theory cloud learning feels real now!
DAY - 24 #DevOpsDiaries Spent the day exploring AWS S3 Upload & delete objects Manage bucket policies Even tried hosting a static website. Cloud is starting to make sense now
DAY -15 #DevOpsDiaries Debugged my Jenkins pipeline today : 1 . Fixed branch mismatch (master -> main) 2 . Corrected wrong cd path 3 . Solved Docker socket permission issue Every failure was a lesson. #DevOps #Jenkins #Docker #LearnInPublic
The OG #brilliantbeautifulbold human, Melissa Hill Dees, MBA, is here on the #DevOpsDiaries podcast! ๐ฅณ๐คฉ We had SUCH a great conversation. We talked about innovation, meeting customers where they are, non-profits, Salesforce Data Cloud, AI, books, Ted Talks โ YOU NAME IT, WEโฆ
DAY - 20 #DevOpsDiaries Learning IAM today ๐ : Root user isnโt for daily tasks (too risky). Created an admin user with limited privileges. Added it to a group for regular practice. Takeaway: Security = giving the right access to the right user at the right time.
DAY - 16 #DevOpsDiaries Ran into Git errors while setting up my Jenkins pipeline. Solved it, but then a Python externally-managed-env error popped up. Then faced a massive issue A webhook failed to connect because my local IP wasn't public . The struggle is part of the success
Day - 31 #DevOpsDiaries Spent half my day with Jenkins ๐ฉ Missing modules, broken stages, endless red builds even managed to delete my pipeline by mistake ๐ But finally got that one green tick โBuild Successfulโ for AutoDeployX
Day - 30 #DevOpsDiaries Spent my evening debugging a Jenkins pipeline for my AutoDeployX project Errors like: Syntax error: "(" unexpected source: not found exit code 127 After an hour of head-scratching, found out Jenkins runs scripts with sh, not bash Added #!/bin/bash
No open source contribution today Just focusing on my DevOps project AutoDeployX #DevOpsDiaries
DAY - 29 #DevOpsDiaries Fixed multiple FastAPI unit testing errors in my AutoDeployX project today ModuleNotFound: Installed httpx. (Always check dependencies!) AssertionError: Wrong expectation. Adjusted response.text assertion. AttributeError: Don't touch app internals
DAY - 28 #DevOpsDiaries Tried containerizing my project today Ran into 2 blockers: ASGI app not found ->fixed by correcting path (uvicorn main:app). requirements.txt missing -> solved with: COPY requirements.txt . RUN pip install -r requirements.txt
DAY - 27 #DevOpsDiaries Start Building my own DevOps project: AutoDeployX Push code -> Jenkins builds & tests ->Docker Hub Terraform infra -> Deploy on local K8s -> Monitoring via Prometheus/Grafana Stack: Docker | Python | Bash | Jenkins | Terraform | K8s|AWS setup almost done
DAY - 26 #DevOpsDiaries Spent my day learning AWS Route 53: โ DNS management: Easily route traffic to your domains โ Traffic routing policies: Simple, weighted, latency-based & geolocation routing โ Health checks & failover: Automatically detect unhealthy endpoints checklistโ
DAY - 25 #DevOpsDiaries I learned how to create a DynamoDB table on AWS. At first it felt like just clicking Create but every step actually impacts performance, scalability, and cost. Partition & Sort Keys decide how data is stored and how fast queries will run.
DAY - 24 #DevOpsDiaries Todayโs learning: AWS RDS! Cloud databases are the backbone of modern apps, and RDS makes it super easy to set up & manage relational databases
DAY - 24 #DevOpsDiaries Spent the day exploring AWS S3 Upload & delete objects Manage bucket policies Even tried hosting a static website. Cloud is starting to make sense now
Day - 23 #DevOpsDiaries Todayโs AWS Learning: ELB (Elastic Load Balancer) Distributes incoming traffic across multiple serversprevents overload, improves availability & performance ASG (Auto Scaling Group) Automatically scales servers up/down based on demand - saves cost
DAY - 22 #DevOpsDiaries Learning AWS EBS (gp3) today : Created an 8 GiB volume & attached it to EC2 Explored IOPS & throughput performance Understood snapshots for backup & recovery Takeaway: EBS = reliable + scalable storage for EC2
DAY -21 #DevOpsDiaries Today launched my first EC2 instance on AWS! Learned about key pairs, security groups & SSH login Hands-on > theory cloud learning feels real now!
DAY - 20 #DevOpsDiaries Learning IAM today ๐ : Root user isnโt for daily tasks (too risky). Created an admin user with limited privileges. Added it to a group for regular practice. Takeaway: Security = giving the right access to the right user at the right time.
DAY - 19 #DevOpsDiaries Didnโt do much today, just created my AWS account and went through some cloud basics. Now itโs time to level up and grow! #AWS #CloudNative
DAY - 18 #DevOpsDiaries Learning Jenkins wasnโt a straight road Mistakes -> Lessons -> Growth Iโve shared my full Jenkins journey, mistakes, and takeaways in this new Medium article ๐ medium.com/@sarikasharma9โฆ #jenkins #DevOps
medium.com
From Red Builds to Green: My First Jenkins CI/CD Journey
Like many developers stepping into the world of DevOps, I thought setting up my first Jenkins job and pipeline would be straightforwardโฆ
DAY -18 #DevOpsDiaries After 24 attempts, I finally got my Jenkins pipeline working! It successfully pulled the code from my Git repository. The pipeline then built a Docker image and pushed it to my Docker Hub repo. That feeling of a successful build is unbeatable!
DAY -17 #DevOpsDiaries 1 . I started a mini-project to build a CI/CD pipeline using Jenkins. 2. The pipeline faced common errors like missing python3-venv and sudo permission issues. 3 . I got "invalid agent type" error which was solved by installing the correct plugin
DAY - 16 #DevOpsDiaries Ran into Git errors while setting up my Jenkins pipeline. Solved it, but then a Python externally-managed-env error popped up. Then faced a massive issue A webhook failed to connect because my local IP wasn't public . The struggle is part of the success
DAY -15 #DevOpsDiaries Debugged my Jenkins pipeline today : 1 . Fixed branch mismatch (master -> main) 2 . Corrected wrong cd path 3 . Solved Docker socket permission issue Every failure was a lesson. #DevOps #Jenkins #Docker #LearnInPublic
DAY - 29 #DevOpsDiaries Fixed multiple FastAPI unit testing errors in my AutoDeployX project today ModuleNotFound: Installed httpx. (Always check dependencies!) AssertionError: Wrong expectation. Adjusted response.text assertion. AttributeError: Don't touch app internals
DAY - 27 #DevOpsDiaries Start Building my own DevOps project: AutoDeployX Push code -> Jenkins builds & tests ->Docker Hub Terraform infra -> Deploy on local K8s -> Monitoring via Prometheus/Grafana Stack: Docker | Python | Bash | Jenkins | Terraform | K8s|AWS setup almost done
DAY - 26 #DevOpsDiaries Spent my day learning AWS Route 53: โ DNS management: Easily route traffic to your domains โ Traffic routing policies: Simple, weighted, latency-based & geolocation routing โ Health checks & failover: Automatically detect unhealthy endpoints checklistโ
DAY -21 #DevOpsDiaries Today launched my first EC2 instance on AWS! Learned about key pairs, security groups & SSH login Hands-on > theory cloud learning feels real now!
Day - 31 #DevOpsDiaries Spent half my day with Jenkins ๐ฉ Missing modules, broken stages, endless red builds even managed to delete my pipeline by mistake ๐ But finally got that one green tick โBuild Successfulโ for AutoDeployX
Day - 30 #DevOpsDiaries Spent my evening debugging a Jenkins pipeline for my AutoDeployX project Errors like: Syntax error: "(" unexpected source: not found exit code 127 After an hour of head-scratching, found out Jenkins runs scripts with sh, not bash Added #!/bin/bash
DAY - 28 #DevOpsDiaries Tried containerizing my project today Ran into 2 blockers: ASGI app not found ->fixed by correcting path (uvicorn main:app). requirements.txt missing -> solved with: COPY requirements.txt . RUN pip install -r requirements.txt
DAY - 24 #DevOpsDiaries Todayโs learning: AWS RDS! Cloud databases are the backbone of modern apps, and RDS makes it super easy to set up & manage relational databases
DAY - 24 #DevOpsDiaries Spent the day exploring AWS S3 Upload & delete objects Manage bucket policies Even tried hosting a static website. Cloud is starting to make sense now
DAY -18 #DevOpsDiaries After 24 attempts, I finally got my Jenkins pipeline working! It successfully pulled the code from my Git repository. The pipeline then built a Docker image and pushed it to my Docker Hub repo. That feeling of a successful build is unbeatable!
DAY - 12 #DevOpsDiaries Tried creating my first DevOps freestyle job not easy at all Git clone errors (missing dirs, wrong paths) Python venv failed to set up Dependencies kept breaking the build After 16 failed attempts + lots of debugging On the 17th build t finally worked ๐ฅน
DAY -17 #DevOpsDiaries 1 . I started a mini-project to build a CI/CD pipeline using Jenkins. 2. The pipeline faced common errors like missing python3-venv and sudo permission issues. 3 . I got "invalid agent type" error which was solved by installing the correct plugin
DAY - 13 #DevOpsDiaries My first Jenkins Pipeline journey! At first, it was full of errors (SMTP auth failed, test report missing) But I didnโt give up Finally my first pipeline ended with SUCCESS Every failure was just a step towards success โค๏ธ
Day - 23 #DevOpsDiaries Todayโs AWS Learning: ELB (Elastic Load Balancer) Distributes incoming traffic across multiple serversprevents overload, improves availability & performance ASG (Auto Scaling Group) Automatically scales servers up/down based on demand - saves cost
DAY - 22 #DevOpsDiaries Learning AWS EBS (gp3) today : Created an 8 GiB volume & attached it to EC2 Explored IOPS & throughput performance Understood snapshots for backup & recovery Takeaway: EBS = reliable + scalable storage for EC2
DAY -15 #DevOpsDiaries Debugged my Jenkins pipeline today : 1 . Fixed branch mismatch (master -> main) 2 . Corrected wrong cd path 3 . Solved Docker socket permission issue Every failure was a lesson. #DevOps #Jenkins #Docker #LearnInPublic
DAY - 20 #DevOpsDiaries Learning IAM today ๐ : Root user isnโt for daily tasks (too risky). Created an admin user with limited privileges. Added it to a group for regular practice. Takeaway: Security = giving the right access to the right user at the right time.
DAY - 25 #DevOpsDiaries I learned how to create a DynamoDB table on AWS. At first it felt like just clicking Create but every step actually impacts performance, scalability, and cost. Partition & Sort Keys decide how data is stored and how fast queries will run.
DAY - 14 #DevOpsDiaries Debugging Jenkins pipeline errors was a good lesson . File paths: Double-check every path. A small mistake can stop everything. Make sure the branch name and configs are 100% correct. Managing Python virtual environments is key to avoiding conflicts.
DAY - 16 #DevOpsDiaries Ran into Git errors while setting up my Jenkins pipeline. Solved it, but then a Python externally-managed-env error popped up. Then faced a massive issue A webhook failed to connect because my local IP wasn't public . The struggle is part of the success
Something went wrong.
Something went wrong.
United States Trends
- 1. Veterans Day 33.6K posts
- 2. Packers 101K posts
- 3. Good Tuesday 20.8K posts
- 4. Eagles 129K posts
- 5. SoftBank 4,389 posts
- 6. Benรญtez 14.1K posts
- 7. Jordan Love 15.6K posts
- 8. #WWERaw 142K posts
- 9. Matt LaFleur 9,044 posts
- 10. JOONGDUNK BRIGHT SKIN 265K posts
- 11. Bond 59.1K posts
- 12. Berkeley 70.5K posts
- 13. Green Bay 19.2K posts
- 14. Jalen 24.2K posts
- 15. Grayson Allen 4,745 posts
- 16. Sirianni 5,204 posts
- 17. Kevin Patullo 7,160 posts
- 18. AJ Brown 7,301 posts
- 19. Tsushima 2,395 posts
- 20. McManus 4,556 posts