shravani10k.hashnode.devServices that I used for "DevOps on AWS"What is AWS? AWS (Amazon Web Services) is a platform provided by Amazon that offers a wide range of computing services over the Internet. It's like having a virtual space where you can store your files, run programs, and perform various tasks without...Jul 5, 2023·4 min read
shravani10k.hashnode.devDeploying Springboot Microservices into Amazon EKS using Jenkins PipelineIn the previous blog, we learned what Microservices are and deployed a microservice application using docker. In this blog let us understand EKS and ECR and deploy microservices into EKS using Jenkins What is EKS? Amazon Elastic Kubernetes Service (A...May 5, 2023·10 min read
shravani10k.hashnode.devDeploying a microservice application using Docker Compose and AWS.Prerequisites: We will need an AWS account to complete this project. Create a free tier AWS Account. Click here. GitHub repository link: Click here. What are Microservices?? Microservices is an architectural design for building a distributed applicat...Apr 22, 2023·3 min read
shravani10k.hashnode.devSetting up Jenkins CI/CD pipeline and deploying Flask application to AWS EC2What is Jenkins? Jenkins is an open-source continuous integration/continuous delivery and deployment (CI/CD) automation DevOps tool written in Java. It is used to implement CI/CD workflows, called pipelines. CI/CD pipeline helps to automate the deplo...Apr 20, 2023·6 min read
blog.cloudnativefolks.orgBuild your first Docker ExtensionTABLE OF CONTENTS : Introduction to Docker Extensions. Prerequisites. Getting Started. Building the Extension. Installing the Extension in the Docker Desktop. Updating and Rebuilding the Extension. Open Chrome Dev Tools. Validate your Extensi...Apr 10, 2023·6 min read