From 5a12fff745e5e02a75340ef21a790e19b7f0dc6d Mon Sep 17 00:00:00 2001 From: bhargavi-dave <156278334+bhargavi-dave@users.noreply.github.com> Date: Wed, 6 Mar 2024 12:33:03 +0530 Subject: [PATCH 01/35] Update greetings.yml From 55d093351948c8ffb8cf50e263bee3f314218a57 Mon Sep 17 00:00:00 2001 From: bhargavi-dave <156278334+bhargavi-dave@users.noreply.github.com> Date: Wed, 6 Mar 2024 13:42:15 +0530 Subject: [PATCH 02/35] Update greetings.yml --- .github/workflows/greetings.yml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index f8cd679..3d4b2bf 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -1,6 +1,11 @@ name: Greetings -on: [pull_request_target, issues] +on: + pull_request_target: + types: [opened] + issues: + types: [opened] + workflow_dispatch: jobs: greeting: @@ -9,8 +14,9 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "Thanks you for creating a issue." - pr-message: "Thanks you for creating a pull request." + - name: Greet on issue creation + if: github.event_name == 'issues' + uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: " From 9c6a6f50de7a6cac6bf579a18763ba12de3db131 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 3 Apr 2024 05:13:30 +0000 Subject: [PATCH 03/35] Updated with the latest blog posts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cc71b3..f987c05 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [#2 Getting Started with AWS: Create Free AWS Account | AWS Tutorials for Absolute Beginners in Hindi](https://www.youtube.com/watch?v=53nNg7X86yc) +- [#1 What is AWS? Why to learn? What's Cloud Computing? | AWS 101 | AWS for Absolute Beginners](https://www.youtube.com/watch?v=S0pHo5rhsxE) - [Terraform Dynamic Block Explained with Demo in Hindi | What are Dynamic Blocks in Terraform?](https://www.youtube.com/watch?v=4wGTVBzQYDs) - [Data Sources in Terraform | Use terraform data source to fetch aws ami ids | Terraform Tutorials](https://www.youtube.com/watch?v=_NU3jIwvPGs) - [Terraform Local Values Explained | Locals in Terraform | Terraform Tutorials in Hindi](https://www.youtube.com/watch?v=ldK_98oPjMc) -- [WordPress Deployment on AWS EC2 and RDS | Step-by-Step Guide for Two-Tier Environment | DevOps Pro](https://www.youtube.com/watch?v=R04upb-Uac4) -- [GitHub Actions Crash Course for beginners with Projects | GitHub Action Tutorial in Hindi](https://www.youtube.com/watch?v=bSBaAspgmhU) ## Available Scripts From d28e187afdaecd4d6e35902c7f6b9d56b423b0fb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 23 May 2024 05:16:21 +0000 Subject: [PATCH 04/35] dummy commit to keep the repository active, see https://git.io/Jtm4V From 4e21587b8746cf9c6653d11c05a45630378fa3f8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 9 Jul 2024 05:15:06 +0000 Subject: [PATCH 05/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f987c05..865aec7 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [Introduction to Helm | Helm for Beginners | What is Helm? | Helm Tutorial in Hindi | Helm Explained](https://www.youtube.com/watch?v=b7RuASfl3Nw) - [#2 Getting Started with AWS: Create Free AWS Account | AWS Tutorials for Absolute Beginners in Hindi](https://www.youtube.com/watch?v=53nNg7X86yc) - [#1 What is AWS? Why to learn? What's Cloud Computing? | AWS 101 | AWS for Absolute Beginners](https://www.youtube.com/watch?v=S0pHo5rhsxE) - [Terraform Dynamic Block Explained with Demo in Hindi | What are Dynamic Blocks in Terraform?](https://www.youtube.com/watch?v=4wGTVBzQYDs) - [Data Sources in Terraform | Use terraform data source to fetch aws ami ids | Terraform Tutorials](https://www.youtube.com/watch?v=_NU3jIwvPGs) -- [Terraform Local Values Explained | Locals in Terraform | Terraform Tutorials in Hindi](https://www.youtube.com/watch?v=ldK_98oPjMc) ## Available Scripts From 2f912a2f87217b5088a1ac1a65e5b70230d13395 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 13 Jul 2024 05:14:21 +0000 Subject: [PATCH 06/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 865aec7..fb594fb 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [Helm Charts and Helm Releases | Create Your First Helm Chart | Helm Chart Tutorial in Hindi](https://www.youtube.com/watch?v=GbWYcj2V1cM) - [Introduction to Helm | Helm for Beginners | What is Helm? | Helm Tutorial in Hindi | Helm Explained](https://www.youtube.com/watch?v=b7RuASfl3Nw) - [#2 Getting Started with AWS: Create Free AWS Account | AWS Tutorials for Absolute Beginners in Hindi](https://www.youtube.com/watch?v=53nNg7X86yc) - [#1 What is AWS? Why to learn? What's Cloud Computing? | AWS 101 | AWS for Absolute Beginners](https://www.youtube.com/watch?v=S0pHo5rhsxE) - [Terraform Dynamic Block Explained with Demo in Hindi | What are Dynamic Blocks in Terraform?](https://www.youtube.com/watch?v=4wGTVBzQYDs) -- [Data Sources in Terraform | Use terraform data source to fetch aws ami ids | Terraform Tutorials](https://www.youtube.com/watch?v=_NU3jIwvPGs) ## Available Scripts From 5c149eb675b253750dde2f8ac1da11dbe035ac10 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 16 Jul 2024 05:14:25 +0000 Subject: [PATCH 07/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb594fb..1c9163a 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [Helm Commands for Beginners | Helm Commands Tutorial | Basics Helm Commands | Basics of Helm | Helm](https://www.youtube.com/watch?v=NCfKjSP2luc) - [Helm Charts and Helm Releases | Create Your First Helm Chart | Helm Chart Tutorial in Hindi](https://www.youtube.com/watch?v=GbWYcj2V1cM) - [Introduction to Helm | Helm for Beginners | What is Helm? | Helm Tutorial in Hindi | Helm Explained](https://www.youtube.com/watch?v=b7RuASfl3Nw) - [#2 Getting Started with AWS: Create Free AWS Account | AWS Tutorials for Absolute Beginners in Hindi](https://www.youtube.com/watch?v=53nNg7X86yc) - [#1 What is AWS? Why to learn? What's Cloud Computing? | AWS 101 | AWS for Absolute Beginners](https://www.youtube.com/watch?v=S0pHo5rhsxE) -- [Terraform Dynamic Block Explained with Demo in Hindi | What are Dynamic Blocks in Terraform?](https://www.youtube.com/watch?v=4wGTVBzQYDs) ## Available Scripts From d5b2b9f080867b9855616ce80c02a641482c2c91 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 20 Jul 2024 05:14:42 +0000 Subject: [PATCH 08/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c9163a..b1812c2 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [Step-by-Step Guide to Deploy WordPress using Helm | Helm Tutorial for Beginners | Deploy WordPress](https://www.youtube.com/watch?v=LJLYmm0L_YA) - [Helm Commands for Beginners | Helm Commands Tutorial | Basics Helm Commands | Basics of Helm | Helm](https://www.youtube.com/watch?v=NCfKjSP2luc) - [Helm Charts and Helm Releases | Create Your First Helm Chart | Helm Chart Tutorial in Hindi](https://www.youtube.com/watch?v=GbWYcj2V1cM) - [Introduction to Helm | Helm for Beginners | What is Helm? | Helm Tutorial in Hindi | Helm Explained](https://www.youtube.com/watch?v=b7RuASfl3Nw) - [#2 Getting Started with AWS: Create Free AWS Account | AWS Tutorials for Absolute Beginners in Hindi](https://www.youtube.com/watch?v=53nNg7X86yc) -- [#1 What is AWS? Why to learn? What's Cloud Computing? | AWS 101 | AWS for Absolute Beginners](https://www.youtube.com/watch?v=S0pHo5rhsxE) ## Available Scripts From 06fa639437286b316a8fae62d1a2672f929c4fb3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 23 Jul 2024 05:15:32 +0000 Subject: [PATCH 09/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1812c2..1dfd982 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [Functions in Helm Charts | Helm Template Functions | Helm Functions Tutorial | Helm Tutorials](https://www.youtube.com/watch?v=624cjQpK0xQ) - [Step-by-Step Guide to Deploy WordPress using Helm | Helm Tutorial for Beginners | Deploy WordPress](https://www.youtube.com/watch?v=LJLYmm0L_YA) - [Helm Commands for Beginners | Helm Commands Tutorial | Basics Helm Commands | Basics of Helm | Helm](https://www.youtube.com/watch?v=NCfKjSP2luc) - [Helm Charts and Helm Releases | Create Your First Helm Chart | Helm Chart Tutorial in Hindi](https://www.youtube.com/watch?v=GbWYcj2V1cM) - [Introduction to Helm | Helm for Beginners | What is Helm? | Helm Tutorial in Hindi | Helm Explained](https://www.youtube.com/watch?v=b7RuASfl3Nw) -- [#2 Getting Started with AWS: Create Free AWS Account | AWS Tutorials for Absolute Beginners in Hindi](https://www.youtube.com/watch?v=53nNg7X86yc) ## Available Scripts From 658dde07faf33f8933b1a50d34351b8e52891394 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 27 Jul 2024 05:14:27 +0000 Subject: [PATCH 10/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dfd982..48c67be 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [If-Else Conditions in Helm Templates | Helm Template If-Else Tutorial | Helm Advance Tutorial](https://www.youtube.com/watch?v=CFFUu9LyJ7w) - [Functions in Helm Charts | Helm Template Functions | Helm Functions Tutorial | Helm Tutorials](https://www.youtube.com/watch?v=624cjQpK0xQ) - [Step-by-Step Guide to Deploy WordPress using Helm | Helm Tutorial for Beginners | Deploy WordPress](https://www.youtube.com/watch?v=LJLYmm0L_YA) - [Helm Commands for Beginners | Helm Commands Tutorial | Basics Helm Commands | Basics of Helm | Helm](https://www.youtube.com/watch?v=NCfKjSP2luc) - [Helm Charts and Helm Releases | Create Your First Helm Chart | Helm Chart Tutorial in Hindi](https://www.youtube.com/watch?v=GbWYcj2V1cM) -- [Introduction to Helm | Helm for Beginners | What is Helm? | Helm Tutorial in Hindi | Helm Explained](https://www.youtube.com/watch?v=b7RuASfl3Nw) ## Available Scripts From bfe25c67cf343e8e4362bfa20385b8688064a364 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 30 Jul 2024 05:15:58 +0000 Subject: [PATCH 11/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48c67be..1e16002 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [With Block in Helm | Advanced Helm Tutorials | Use with in helm chart | Flow Controls in Helm | Helm](https://www.youtube.com/watch?v=XVX50_zq8Bc) - [If-Else Conditions in Helm Templates | Helm Template If-Else Tutorial | Helm Advance Tutorial](https://www.youtube.com/watch?v=CFFUu9LyJ7w) - [Functions in Helm Charts | Helm Template Functions | Helm Functions Tutorial | Helm Tutorials](https://www.youtube.com/watch?v=624cjQpK0xQ) - [Step-by-Step Guide to Deploy WordPress using Helm | Helm Tutorial for Beginners | Deploy WordPress](https://www.youtube.com/watch?v=LJLYmm0L_YA) - [Helm Commands for Beginners | Helm Commands Tutorial | Basics Helm Commands | Basics of Helm | Helm](https://www.youtube.com/watch?v=NCfKjSP2luc) -- [Helm Charts and Helm Releases | Create Your First Helm Chart | Helm Chart Tutorial in Hindi](https://www.youtube.com/watch?v=GbWYcj2V1cM) ## Available Scripts From fddcd6929dc23135e8056be1f5b93b02edb1b1bb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 3 Aug 2024 05:13:35 +0000 Subject: [PATCH 12/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e16002..4799f83 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [Range in Helm Chart | Use Range Block in Helm | Advanced Helm Tutorial in Hindi | Helm Range Blocks](https://www.youtube.com/watch?v=MHLqyj-k_As) - [With Block in Helm | Advanced Helm Tutorials | Use with in helm chart | Flow Controls in Helm | Helm](https://www.youtube.com/watch?v=XVX50_zq8Bc) - [If-Else Conditions in Helm Templates | Helm Template If-Else Tutorial | Helm Advance Tutorial](https://www.youtube.com/watch?v=CFFUu9LyJ7w) - [Functions in Helm Charts | Helm Template Functions | Helm Functions Tutorial | Helm Tutorials](https://www.youtube.com/watch?v=624cjQpK0xQ) - [Step-by-Step Guide to Deploy WordPress using Helm | Helm Tutorial for Beginners | Deploy WordPress](https://www.youtube.com/watch?v=LJLYmm0L_YA) -- [Helm Commands for Beginners | Helm Commands Tutorial | Basics Helm Commands | Basics of Helm | Helm](https://www.youtube.com/watch?v=NCfKjSP2luc) ## Available Scripts From 451dc90cfb8bcd8f8b693d2545c432ac89f7a8f3 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 6 Aug 2024 05:15:08 +0000 Subject: [PATCH 13/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4799f83..2b52023 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [Named Templates in Helm Charts | Helm Charts with Named Templates | Named Templates in Helm Charts](https://www.youtube.com/watch?v=E7V9LJCjoUU) - [Range in Helm Chart | Use Range Block in Helm | Advanced Helm Tutorial in Hindi | Helm Range Blocks](https://www.youtube.com/watch?v=MHLqyj-k_As) - [With Block in Helm | Advanced Helm Tutorials | Use with in helm chart | Flow Controls in Helm | Helm](https://www.youtube.com/watch?v=XVX50_zq8Bc) - [If-Else Conditions in Helm Templates | Helm Template If-Else Tutorial | Helm Advance Tutorial](https://www.youtube.com/watch?v=CFFUu9LyJ7w) - [Functions in Helm Charts | Helm Template Functions | Helm Functions Tutorial | Helm Tutorials](https://www.youtube.com/watch?v=624cjQpK0xQ) -- [Step-by-Step Guide to Deploy WordPress using Helm | Helm Tutorial for Beginners | Deploy WordPress](https://www.youtube.com/watch?v=LJLYmm0L_YA) ## Available Scripts From c00f8a2f90bc1b3e8de650a6e9d346aed1e60fa6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 10 Aug 2024 05:13:49 +0000 Subject: [PATCH 14/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b52023..d2048bd 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [Kubernetes Quiz: Testing Your Skills with MCQs #shorts #devops #kubernetes #devopspro](https://www.youtube.com/watch?v=63Lwjv0_Qc4) - [Named Templates in Helm Charts | Helm Charts with Named Templates | Named Templates in Helm Charts](https://www.youtube.com/watch?v=E7V9LJCjoUU) - [Range in Helm Chart | Use Range Block in Helm | Advanced Helm Tutorial in Hindi | Helm Range Blocks](https://www.youtube.com/watch?v=MHLqyj-k_As) - [With Block in Helm | Advanced Helm Tutorials | Use with in helm chart | Flow Controls in Helm | Helm](https://www.youtube.com/watch?v=XVX50_zq8Bc) - [If-Else Conditions in Helm Templates | Helm Template If-Else Tutorial | Helm Advance Tutorial](https://www.youtube.com/watch?v=CFFUu9LyJ7w) -- [Functions in Helm Charts | Helm Template Functions | Helm Functions Tutorial | Helm Tutorials](https://www.youtube.com/watch?v=624cjQpK0xQ) ## Available Scripts From 1b5f281814865249a3e60bac2ba351251698c6b5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 29 Sep 2024 05:15:26 +0000 Subject: [PATCH 15/35] dummy commit to keep the repository active, see https://git.io/Jtm4V From 6b1cd89bb76f5ecd7bf63c042833105d227dffa7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 18 Nov 2024 05:17:50 +0000 Subject: [PATCH 16/35] dummy commit to keep the repository active, see https://git.io/Jtm4V From 477e6163baeb735d7627c5033bdfbbf6402878da Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 26 Nov 2024 05:17:17 +0000 Subject: [PATCH 17/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2048bd..6de67a9 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [Introduction to Python for DevOps | Why DevOps Engineers Should Learn Python | Python for Beginners](https://www.youtube.com/watch?v=wiUAPTFGF5M) - [Kubernetes Quiz: Testing Your Skills with MCQs #shorts #devops #kubernetes #devopspro](https://www.youtube.com/watch?v=63Lwjv0_Qc4) - [Named Templates in Helm Charts | Helm Charts with Named Templates | Named Templates in Helm Charts](https://www.youtube.com/watch?v=E7V9LJCjoUU) - [Range in Helm Chart | Use Range Block in Helm | Advanced Helm Tutorial in Hindi | Helm Range Blocks](https://www.youtube.com/watch?v=MHLqyj-k_As) - [With Block in Helm | Advanced Helm Tutorials | Use with in helm chart | Flow Controls in Helm | Helm](https://www.youtube.com/watch?v=XVX50_zq8Bc) -- [If-Else Conditions in Helm Templates | Helm Template If-Else Tutorial | Helm Advance Tutorial](https://www.youtube.com/watch?v=CFFUu9LyJ7w) ## Available Scripts From b8a7afc6b75b42934974dd7c7b62b3aaaacb7fe6 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 30 Nov 2024 05:16:02 +0000 Subject: [PATCH 18/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6de67a9..a11cd6b 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [How to Install Python on Windows, Mac, and Linux | VS Code Setup | Python Tutorials for Beginners](https://www.youtube.com/watch?v=lky5ZVSgmp8) - [Introduction to Python for DevOps | Why DevOps Engineers Should Learn Python | Python for Beginners](https://www.youtube.com/watch?v=wiUAPTFGF5M) - [Kubernetes Quiz: Testing Your Skills with MCQs #shorts #devops #kubernetes #devopspro](https://www.youtube.com/watch?v=63Lwjv0_Qc4) - [Named Templates in Helm Charts | Helm Charts with Named Templates | Named Templates in Helm Charts](https://www.youtube.com/watch?v=E7V9LJCjoUU) - [Range in Helm Chart | Use Range Block in Helm | Advanced Helm Tutorial in Hindi | Helm Range Blocks](https://www.youtube.com/watch?v=MHLqyj-k_As) -- [With Block in Helm | Advanced Helm Tutorials | Use with in helm chart | Flow Controls in Helm | Helm](https://www.youtube.com/watch?v=XVX50_zq8Bc) ## Available Scripts From 4b6b3a18c9f9ce45eced40a7fec3eabc58e7a1d2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 4 Dec 2024 05:17:40 +0000 Subject: [PATCH 19/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a11cd6b..9d39bd6 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [Write Your First Python Program | Print Function Secrets | Python Tutorial for Beginners in Hindi](https://www.youtube.com/watch?v=TG_iexk1f74) - [How to Install Python on Windows, Mac, and Linux | VS Code Setup | Python Tutorials for Beginners](https://www.youtube.com/watch?v=lky5ZVSgmp8) - [Introduction to Python for DevOps | Why DevOps Engineers Should Learn Python | Python for Beginners](https://www.youtube.com/watch?v=wiUAPTFGF5M) - [Kubernetes Quiz: Testing Your Skills with MCQs #shorts #devops #kubernetes #devopspro](https://www.youtube.com/watch?v=63Lwjv0_Qc4) - [Named Templates in Helm Charts | Helm Charts with Named Templates | Named Templates in Helm Charts](https://www.youtube.com/watch?v=E7V9LJCjoUU) -- [Range in Helm Chart | Use Range Block in Helm | Advanced Helm Tutorial in Hindi | Helm Range Blocks](https://www.youtube.com/watch?v=MHLqyj-k_As) ## Available Scripts From 5e9ecd5c0bb64ef5319b967dff759069ef2cb7c8 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 7 Dec 2024 05:16:22 +0000 Subject: [PATCH 20/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d39bd6..7167411 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [What are Literals? | Literals in Python Explained | Python tutorials for beginners in hindi](https://www.youtube.com/watch?v=0xe-riFbUbI) - [Write Your First Python Program | Print Function Secrets | Python Tutorial for Beginners in Hindi](https://www.youtube.com/watch?v=TG_iexk1f74) - [How to Install Python on Windows, Mac, and Linux | VS Code Setup | Python Tutorials for Beginners](https://www.youtube.com/watch?v=lky5ZVSgmp8) - [Introduction to Python for DevOps | Why DevOps Engineers Should Learn Python | Python for Beginners](https://www.youtube.com/watch?v=wiUAPTFGF5M) - [Kubernetes Quiz: Testing Your Skills with MCQs #shorts #devops #kubernetes #devopspro](https://www.youtube.com/watch?v=63Lwjv0_Qc4) -- [Named Templates in Helm Charts | Helm Charts with Named Templates | Named Templates in Helm Charts](https://www.youtube.com/watch?v=E7V9LJCjoUU) ## Available Scripts From 1687bdb54e9e1110addb5e8978445070c13d7fb9 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 23 Dec 2024 05:16:45 +0000 Subject: [PATCH 21/35] Updated with the latest blog posts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7167411..4880517 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [Kubernetes Pod Affinity & Anti-Affinity | Node affinity vs Pod affinity | Kubernetes Scheduling](https://www.youtube.com/watch?v=kXipD5hzwkk) +- [Kubernetes Node Affinity & Anti-Affinity Explained in Hindi | Node Selector vs. Node Affinity](https://www.youtube.com/watch?v=qJ4rUXaFWlo) +- [Operators in Python | Types of Operators | Python Operators Explained in Hindi | Python Tutorials](https://www.youtube.com/watch?v=_7rGpWz5k0Y) - [What are Literals? | Literals in Python Explained | Python tutorials for beginners in hindi](https://www.youtube.com/watch?v=0xe-riFbUbI) - [Write Your First Python Program | Print Function Secrets | Python Tutorial for Beginners in Hindi](https://www.youtube.com/watch?v=TG_iexk1f74) -- [How to Install Python on Windows, Mac, and Linux | VS Code Setup | Python Tutorials for Beginners](https://www.youtube.com/watch?v=lky5ZVSgmp8) -- [Introduction to Python for DevOps | Why DevOps Engineers Should Learn Python | Python for Beginners](https://www.youtube.com/watch?v=wiUAPTFGF5M) -- [Kubernetes Quiz: Testing Your Skills with MCQs #shorts #devops #kubernetes #devopspro](https://www.youtube.com/watch?v=63Lwjv0_Qc4) ## Available Scripts From 665ff933b6b9134b8b0d429f6e8c6d49244e0846 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 11 Jan 2025 05:15:10 +0000 Subject: [PATCH 22/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4880517..7a6aae8 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [Variables In Python | How to Declare, Update, & Use Variables in python | Python tutorials in hindi](https://www.youtube.com/watch?v=8U2_MFtpJSo) - [Kubernetes Pod Affinity & Anti-Affinity | Node affinity vs Pod affinity | Kubernetes Scheduling](https://www.youtube.com/watch?v=kXipD5hzwkk) - [Kubernetes Node Affinity & Anti-Affinity Explained in Hindi | Node Selector vs. Node Affinity](https://www.youtube.com/watch?v=qJ4rUXaFWlo) - [Operators in Python | Types of Operators | Python Operators Explained in Hindi | Python Tutorials](https://www.youtube.com/watch?v=_7rGpWz5k0Y) - [What are Literals? | Literals in Python Explained | Python tutorials for beginners in hindi](https://www.youtube.com/watch?v=0xe-riFbUbI) -- [Write Your First Python Program | Print Function Secrets | Python Tutorial for Beginners in Hindi](https://www.youtube.com/watch?v=TG_iexk1f74) ## Available Scripts From 6a67d6a81124de310feb82abf6927451fc66e652 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 18 Jan 2025 05:14:28 +0000 Subject: [PATCH 23/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a6aae8..a497589 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [User Input in Python | Input Function in Python | Type Casting in Python | Python tutorials](https://www.youtube.com/watch?v=4KZUNhqENtQ) - [Variables In Python | How to Declare, Update, & Use Variables in python | Python tutorials in hindi](https://www.youtube.com/watch?v=8U2_MFtpJSo) - [Kubernetes Pod Affinity & Anti-Affinity | Node affinity vs Pod affinity | Kubernetes Scheduling](https://www.youtube.com/watch?v=kXipD5hzwkk) - [Kubernetes Node Affinity & Anti-Affinity Explained in Hindi | Node Selector vs. Node Affinity](https://www.youtube.com/watch?v=qJ4rUXaFWlo) - [Operators in Python | Types of Operators | Python Operators Explained in Hindi | Python Tutorials](https://www.youtube.com/watch?v=_7rGpWz5k0Y) -- [What are Literals? | Literals in Python Explained | Python tutorials for beginners in hindi](https://www.youtube.com/watch?v=0xe-riFbUbI) ## Available Scripts From e2e9de5d356c59007b97c71daf835623caaf3f56 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 8 Mar 2025 05:13:11 +0000 Subject: [PATCH 24/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a497589..e030072 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [Data Types In Python in Hindi | String Data Type | Python Tutorials for Beginners in Hindi | Python](https://www.youtube.com/watch?v=PlDRpiJyZL0) - [User Input in Python | Input Function in Python | Type Casting in Python | Python tutorials](https://www.youtube.com/watch?v=4KZUNhqENtQ) - [Variables In Python | How to Declare, Update, & Use Variables in python | Python tutorials in hindi](https://www.youtube.com/watch?v=8U2_MFtpJSo) - [Kubernetes Pod Affinity & Anti-Affinity | Node affinity vs Pod affinity | Kubernetes Scheduling](https://www.youtube.com/watch?v=kXipD5hzwkk) - [Kubernetes Node Affinity & Anti-Affinity Explained in Hindi | Node Selector vs. Node Affinity](https://www.youtube.com/watch?v=qJ4rUXaFWlo) -- [Operators in Python | Types of Operators | Python Operators Explained in Hindi | Python Tutorials](https://www.youtube.com/watch?v=_7rGpWz5k0Y) ## Available Scripts From 6c7a2a97e0d8db7b3155d2d5ceb3896d6d04f176 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 12 Mar 2025 05:17:07 +0000 Subject: [PATCH 25/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e030072..04a40cc 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [List Data Type In Python | Python Tutorials for Beginners in Hindi | List Methods and Functions](https://www.youtube.com/watch?v=3bMa94aprmc) - [Data Types In Python in Hindi | String Data Type | Python Tutorials for Beginners in Hindi | Python](https://www.youtube.com/watch?v=PlDRpiJyZL0) - [User Input in Python | Input Function in Python | Type Casting in Python | Python tutorials](https://www.youtube.com/watch?v=4KZUNhqENtQ) - [Variables In Python | How to Declare, Update, & Use Variables in python | Python tutorials in hindi](https://www.youtube.com/watch?v=8U2_MFtpJSo) - [Kubernetes Pod Affinity & Anti-Affinity | Node affinity vs Pod affinity | Kubernetes Scheduling](https://www.youtube.com/watch?v=kXipD5hzwkk) -- [Kubernetes Node Affinity & Anti-Affinity Explained in Hindi | Node Selector vs. Node Affinity](https://www.youtube.com/watch?v=qJ4rUXaFWlo) ## Available Scripts From 4c26099056f8a793f1365a24afe318acac1a5eeb Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 16 Mar 2025 05:15:54 +0000 Subject: [PATCH 26/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04a40cc..b535c6c 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [Tuples in Python | Lists vs Tuples in Python | Python Tutorials in Hindi for Beginners](https://www.youtube.com/watch?v=bN6H3XhZIIY) - [List Data Type In Python | Python Tutorials for Beginners in Hindi | List Methods and Functions](https://www.youtube.com/watch?v=3bMa94aprmc) - [Data Types In Python in Hindi | String Data Type | Python Tutorials for Beginners in Hindi | Python](https://www.youtube.com/watch?v=PlDRpiJyZL0) - [User Input in Python | Input Function in Python | Type Casting in Python | Python tutorials](https://www.youtube.com/watch?v=4KZUNhqENtQ) - [Variables In Python | How to Declare, Update, & Use Variables in python | Python tutorials in hindi](https://www.youtube.com/watch?v=8U2_MFtpJSo) -- [Kubernetes Pod Affinity & Anti-Affinity | Node affinity vs Pod affinity | Kubernetes Scheduling](https://www.youtube.com/watch?v=kXipD5hzwkk) ## Available Scripts From 073a81b971fe90f59fdb0bb547f1ae52e16558b5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 5 May 2025 05:19:35 +0000 Subject: [PATCH 27/35] dummy commit to keep the repository active, see https://git.io/Jtm4V From 39ea0f5e3bbd3390313b77231035ad63d471862f Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 24 Jun 2025 05:20:37 +0000 Subject: [PATCH 28/35] dummy commit to keep the repository active, see https://git.io/Jtm4V From 2f61afa322d44bc5d212c0af97ab6c01ee4369c1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 13 Aug 2025 05:20:29 +0000 Subject: [PATCH 29/35] dummy commit to keep the repository active, see https://git.io/Jtm4V From ff9f484e457e0f621aac90c2c37c2171c99e24af Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 2 Oct 2025 05:17:14 +0000 Subject: [PATCH 30/35] dummy commit to keep the repository active, see https://git.io/Jtm4V From 0d2df008ed15725b639cdcaeb66b7b10fe3c768d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 21 Nov 2025 05:20:06 +0000 Subject: [PATCH 31/35] dummy commit to keep the repository active, see https://git.io/Jtm4V From 8b24a64455c6ddc810cf2ce70f1e8b8810ad56e5 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 28 Nov 2025 05:20:34 +0000 Subject: [PATCH 32/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b535c6c..1feac83 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [What Is Kubernetes and Why Kubernetes? | Kubernetes Tutorials for Beginners in English](https://www.youtube.com/watch?v=rlWydYJL1lY) - [Tuples in Python | Lists vs Tuples in Python | Python Tutorials in Hindi for Beginners](https://www.youtube.com/watch?v=bN6H3XhZIIY) - [List Data Type In Python | Python Tutorials for Beginners in Hindi | List Methods and Functions](https://www.youtube.com/watch?v=3bMa94aprmc) - [Data Types In Python in Hindi | String Data Type | Python Tutorials for Beginners in Hindi | Python](https://www.youtube.com/watch?v=PlDRpiJyZL0) - [User Input in Python | Input Function in Python | Type Casting in Python | Python tutorials](https://www.youtube.com/watch?v=4KZUNhqENtQ) -- [Variables In Python | How to Declare, Update, & Use Variables in python | Python tutorials in hindi](https://www.youtube.com/watch?v=8U2_MFtpJSo) ## Available Scripts From 65bd91efd91afd70c32c98169a694763a4aa70f2 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 29 Dec 2025 05:28:26 +0000 Subject: [PATCH 33/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1feac83..23df18c 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [Kubernetes Architecture Explained | Kubernetes for Beginners | How Kubernetes works](https://www.youtube.com/watch?v=V5TVWGV8WwU) - [What Is Kubernetes and Why Kubernetes? | Kubernetes Tutorials for Beginners in English](https://www.youtube.com/watch?v=rlWydYJL1lY) - [Tuples in Python | Lists vs Tuples in Python | Python Tutorials in Hindi for Beginners](https://www.youtube.com/watch?v=bN6H3XhZIIY) - [List Data Type In Python | Python Tutorials for Beginners in Hindi | List Methods and Functions](https://www.youtube.com/watch?v=3bMa94aprmc) - [Data Types In Python in Hindi | String Data Type | Python Tutorials for Beginners in Hindi | Python](https://www.youtube.com/watch?v=PlDRpiJyZL0) -- [User Input in Python | Input Function in Python | Type Casting in Python | Python tutorials](https://www.youtube.com/watch?v=4KZUNhqENtQ) ## Available Scripts From 64559e9f511bd04368edffcb8d0a7ec7580525ba Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 4 Jan 2026 05:25:31 +0000 Subject: [PATCH 34/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23df18c..36b8534 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). -- [Kubernetes Architecture Explained | Kubernetes for Beginners | How Kubernetes works](https://www.youtube.com/watch?v=V5TVWGV8WwU) +- [How Kubernetes Works Internally (Control Plane vs Worker Nodes) | Explained Simply](https://www.youtube.com/watch?v=V5TVWGV8WwU) - [What Is Kubernetes and Why Kubernetes? | Kubernetes Tutorials for Beginners in English](https://www.youtube.com/watch?v=rlWydYJL1lY) - [Tuples in Python | Lists vs Tuples in Python | Python Tutorials in Hindi for Beginners](https://www.youtube.com/watch?v=bN6H3XhZIIY) - [List Data Type In Python | Python Tutorials for Beginners in Hindi | List Methods and Functions](https://www.youtube.com/watch?v=3bMa94aprmc) From f6c2f68c5c3e3946770951acc272db5aa6600237 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 6 Feb 2026 05:53:12 +0000 Subject: [PATCH 35/35] Updated with the latest blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36b8534..56cbcb9 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +- [Kubernetes Crash Course for Absolute Beginners](https://www.youtube.com/watch?v=LW4qhV6lk7w) - [How Kubernetes Works Internally (Control Plane vs Worker Nodes) | Explained Simply](https://www.youtube.com/watch?v=V5TVWGV8WwU) - [What Is Kubernetes and Why Kubernetes? | Kubernetes Tutorials for Beginners in English](https://www.youtube.com/watch?v=rlWydYJL1lY) - [Tuples in Python | Lists vs Tuples in Python | Python Tutorials in Hindi for Beginners](https://www.youtube.com/watch?v=bN6H3XhZIIY) - [List Data Type In Python | Python Tutorials for Beginners in Hindi | List Methods and Functions](https://www.youtube.com/watch?v=3bMa94aprmc) -- [Data Types In Python in Hindi | String Data Type | Python Tutorials for Beginners in Hindi | Python](https://www.youtube.com/watch?v=PlDRpiJyZL0) ## Available Scripts