Host 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...Aug 9, 2023·2 min read
Install Jenkins and Connect GitHubStep-1: Install Java Update your system sudo apt-get update Install Java sudo apt install openjdk-11-jre Validate Installation java -version Step 2: Install Jenkins First, add this repo key to your system wget -q -O - https://pkg.jenkins.i...Mar 29, 2023·2 min read
Deploy a Reddit Clone with KubernetesThis is the simple architecture we are going to follow for our deployment: Points: CI Server: t2.micro DockerHub: Create a repository Deployment Server: t2.medium Prerequisite: Install Docker on CI Server Minikube and Kubectl on Deployment Ser...Mar 25, 2023·2 min read