DevOps & Cloud (AWS, AZURE, GCP) Tech Free Learning
15.9K subscribers
1.33K photos
14 videos
501 files
1.28K links
https://projects.prodevopsguytech.com // https://blog.prodevopsguytech.com

• We post Daily Trending DevOps/Cloud content
• All DevOps related Code & Scripts uploaded
• DevOps/Cloud Job Related Posts
• Real-time Interview questions & preparation guides
Download Telegram
10 DevOps projects
Step-by-Step Implementation (Beginners to Advance Level):


1. Jenkins CI/CD pipeline with GitHub webhook integration for Deploying Docker application on EC2 instances using the declarative pipeline.
Link: https://lnkd.in/dbpafr7z

2. Jenkins Declarative Pipeline.
Link: https://lnkd.in/dkE6Wv89

3. Host a static website using the AWS S3 bucket.
Link: https://lnkd.in/dK82dbrF

4. Deploy web app using Jenkins master and worker node.
Link: https://lnkd.in/dU2a7CgW

5. Deploying web app using Docker Swarm. (Production Ready).
Link: https://lnkd.in/dyE_79Gg

6. Deploy the Reddit clone web app, on the Kubernetes cluster.
Link: https://lnkd.in/dUKe5hch

7. Installation and setup of Grafana on the local environment - Part -1.
Link: https://lnkd.in/dB7z7wSK

8. Grafana Setup and How to monitor resources - Part -2.
Link: https://lnkd.in/dJx9w7Ge

9. Mount AWS S3 Bucket on Amazon EC2 Linux Using S3FS.
Link: https://lnkd.in/dr2wbxRQ

10. Deploy React_Django web app, using AWS ECR and ECS.
Link: https://lnkd.in/deMKn_7Z

Credit To :- Chetan R ☁️
Thanks for Sharing valuable information.
#freelearning #freeknowledge #devops #devopscommunity


Follow: @prodevopsguy
This media is not supported in your browser
VIEW IN TELEGRAM
Integrating Ansible and Terraform can provide a robust IaC solution


1- Install Ansible: Ansible is written in Python and can be installed on most operating systems with ease.

2- Create Inventory File: Make an inventory file to identify the machines that Ansible will manage.

3- SSH Keys: Ansible communicates with machines via SSH. Configure passwordless SSH connectivity by setting up SSH keys.

4- Run Ad-hoc Commands: For example ansible all -m ping

5- Write an Ansible Playbook: For complex automation tasks, you'll use Ansible playbooks.

6- Run the Playbook: Use the ansible-playbook command to run the playbook.

7- Install Terraform

8- Initialize a Terraform Directory (terraform init)

9- Create a Terraform File: Write a .tf file for your infrastructure.

10- Apply Terraform Configuration (terraform apply)


🌟Follow: @prodevopsguy
👨‍💻 HashiCorp Certified: Terraform Associate – Hands-On Labs

👉 Source -
https://www.udemy.com/course/terraform-hands-on-labs/

👉 Download link -
https://drive.google.com/drive/u/0/mobile/folders/1GhcXYuHd72K0uXscjqVnQ3ltNqJWZV2N?usp=sharing


🌟Follow: @prodevopsguy
Please open Telegram to view this post
VIEW IN TELEGRAM