gopinathblog.hashnode.devKubernetes: The Container Orchestration PlatformIntroduction: Kubernetes is a container orchestration platform that addresses many of the limitations of Docker, making it a popular choice for managing containerized applications. Unlike Docker, which is a container platform, Kubernetes is designed ...Apr 23, 2024·2 min read
gopinathblog.hashnode.devJenkins - CI/CDJenkins : Jenkins is an open source automation tool to automate the testing, building and deploying phases and it facilitates continuous Integration and continuous Deployment. In this, we are going to perform CI/CD for node js application using jenki...Apr 16, 2024·2 min read
gopinathblog.hashnode.devAWS LambdaAWS Lambda is a compute service that lets you run your code in response to events without the need to provision or manage servers. It automatically scales the server based on the incoming traffic. Event Based : AWS Lambda is event driven. It means la...Apr 15, 2024·2 min read
gopinathblog.hashnode.devAws CiAWS offers CI/CD tools like AWS CodeCommit, AWS CodePipeline, AWS CodeBuild and AWS CodeDeploy. These tools allows to automate the entire software release process, from source code management to deployment. AWS CodeCommit - It is a managed source con...Apr 11, 2024·4 min read
gopinathblog.hashnode.devLoad BalancersLoad Balancing is the process of distributing load to different resources to make the process more efficient. The Need for Load Balancers Imagine a scenario where a single EC2 instance struggles to handle the traffic load from 100 users, resulting in...Apr 10, 2024·2 min read