SKShiva krishna Addikicherlaineverythingaboutdevops.hashnode.dev·Sep 13, 2023 · 5 min readAmazon Elastic container RegistryECR Amazon Elastic Container Registry (Amazon ECR) is a fully managed container registry service provided by Amazon Web Services (AWS). It allows developers to easily store, manage, and deploy Docker container images. Amazon ECR is tightly integrated...00
SKShiva krishna Addikicherlaineverythingaboutdevops.hashnode.dev·Sep 13, 2023 · 6 min readTerraform project using awspre-requisites Install terraform Install aws-cli Amazon web services account Terraform Terraform is an infrastructure as code (IAC) tool used for provisioning and managing cloud resources and infrastructure. Here's a short summary of Terraform: Purpo...00
SKShiva krishna Addikicherlaineverythingaboutdevops.hashnode.dev·Sep 11, 2023 · 5 min readLoad balancers in AWSLB's In order to achieve high availability, fault tolerance, and maximum performance of your applications, load balancers in AWS (Amazon Web Services) are a crucial component for spreading incoming network traffic over several instances (virtual serv...00
SKShiva krishna Addikicherlaineverythingaboutdevops.hashnode.dev·May 25, 2023 · 7 min readGitHub ActionsYou may design workflows and automate numerous operations inside your software development projects using GitHub Actions, a powerful automation tool offered by GitHub. These processes may be started by events like pushes, pull requests, or predetermi...00
SKShiva krishna Addikicherlaineverythingaboutdevops.hashnode.dev·May 19, 2023 · 3 min readIntroduction to GitopsWhat is Gitops GitOps is a software development method based on using the Git version control system to manage and automate the deployment and maintenance of infrastructure and apps. Declarative configuration is encouraged, and Git is used as the onl...00