Words Can Change The World!
Setting Up an AWS EKS Cluster and Deploying Microservices with Network Load Balancing
Kubernetes is an open source orchestration tool developed by Google for managing microservices or containerized applications across a distributed cluster of nodes. Kubernetes provides highly resilient infrastructure with zero downtime deployment capabilities, automatic rollback, scaling, and self-healing of containers (which consists of auto-placement, auto-restart, auto-replication, and scaling of containers based on metrics)
9 min readEffortless Deployment: Svelte App on AWS Elastic Beanstalk with CodePipeline and CloudFormation
Deploying a Svelte application on AWS Elastic Beanstalk with CodePipeline and CloudFormation is a streamlined and efficient process that ensures your application runs smoothly and is easily scalable. This approach simplifies deployment, updates, and management, allowing you to focus on your application's development and functionality while AWS takes care of the infrastructure.
7 min read