Yaswanth Kumar Rayanayash5679.hashnode.dev·Nov 17, 2023Week3 Implementing a 2-Tier Application in AWS using TerraformHello Everyone, Hope you are all doing well. This project is a part of 10WeeksofCloudOps, project 3. In this project, we are going to Deploy a 2 Tier Architecture Application on AWS using Terraform as an Infrastructure As a Code (IAC) tool. A huge sh...DiscussTerraform
Yaswanth Kumar Rayanayash5679.hashnode.dev·Nov 7, 2023Deploying an application using Docker, EKS and Argo CDHello everyone, Hope you are doing well. Today I'm implementing a project which is a part of 10WeeksofCloudOps, project 4. In this project, we are going to deploy an application based on the concept of GitOps, in our case GitHub is considered as the ...Discuss·3 likes·128 reads10weeksofcloudops
Joel Oduyemijoeloduyemi.hashnode.dev·Sep 23, 2023Utilizing GitOps Approach and Azure Pipelines to Deploy a Dockerized Application onto an AKS Cluster via ArgoCD👨💻 Introduction Hey, there, My name is Joel Oduyemi, and I'm a passionate DevOps practitioner embarking on a continuous learning journey in the world of technology. I'm currently undergoing a #10WeeksOfCloudOps challenge organized by Piyush Sachde...Discuss·2 likes·253 reads10weeksofcloudops
Joel Oduyemijoeloduyemi.hashnode.dev·Sep 23, 2023How to Install ArgoCD on an AKS Cluster and Sync Cluster Status With a Kubernetes Manifest Repository👨💻 Introduction Welcome to the fourth part of the step-by-step implementation guide for deploying a Dockerized application on Azure Kubernetes Service (AKS) using ArgoCD and Azure DevOps. In this project series, We're on a journey of breaking down...Discuss·1 like·94 readsArgoCD
Joel Oduyemijoeloduyemi.hashnode.dev·Sep 19, 2023How to Set Up and Provision Azure Kubernetes Service (AKS) Cluster with Terraform👨💻 Introduction Welcome to the second part of the step-by-step implementation guide for deploying a Dockerized application on Azure Kubernetes Service (AKS) using ArgoCD and Azure DevOps. In this series, I'll be breaking down the complex process o...Discuss·2 likes·126 readsAzure
DevOps Enochdevopsenoch.hashnode.dev·Sep 15, 2023Hosting a Static Website on AWS and Automating CI/CD: A Step-by-Step GuideIntroduction In the rapidly evolving world of web development and cloud computing, hosting a static website on Amazon Web Services (AWS) has become an essential skill. In this comprehensive guide, we will take you through the process of not only host...Discuss·45 readsDevops
Melvin C Varghese (melvincv)blog.melvincv.com·Aug 24, 2023#10weeksofCloudOps - Week 3Introduction In this article, I will show you how to implement a two-tier architecture in AWS using Terraform and how to automate the deployment process using GitHub Actions. A two-tier architecture consists of a web tier and a data tier, where the w...Discuss·103 reads10 Weeks of CloudOpsTerraform
Joel Oduyemijoeloduyemi.hashnode.dev·Aug 17, 2023Automating The Deployment Of A Resilient 2-Tier Architecture On Azure Using Terraform👨💻 Introduction Hey, there, My name is Joel Oduyemi, and I'm a passionate DevOps practitioner embarking on a continuous learning journey in the world of technology. I'm currently undergoing a #10WeeksOfCloudOps challenge organized by Piyush Sachde...Discuss·3 likes·151 readsTerraform
Melvin C Varghese (melvincv)blog.melvincv.com·Aug 16, 2023#10weeksofCloudOps - Week 2Introduction In the dynamic landscape of cloud computing, designing a highly available architecture is paramount to ensuring uninterrupted performance and user experience. This becomes even more crucial for modern applications like Node.js apps, wher...Discuss·1 like·91 reads10 Weeks of CloudOps10weeksofcloudops
Siddhant Guptasiddhantgupta.hashnode.dev·Aug 9, 2023Host your static website on Amazon S3 services by CICD pipeline Using CloudFront.Pre-Requisite: AWS Account Circle CI Account Static Website Architecture: Steps: Go to your AWS Console --> S3 Bucket Now, Create your bucket with the name same as your domain name. for ex: www.siddhant.com Let all options remain same and s...Discuss100DaysOfCode