Team Optimizersteamoptimizers.hashnode.dev·2 hours agoEnvelope encryption in EKS 🔐Hola!! 🙋🏻♂️ 𝗧𝗼𝗽𝗶𝗰 — Security 🔐𝗦𝗲𝗿𝗶𝗲𝘀 — “Under the hood” ⛏ The Envelope encryption is a vital defense-in-depth security feature that has addressed a crucial need — the protection of secrets that would otherwise be stored in plain text f...DiscussKubernetes
giriraj sahuforGiriraj Sahugirirajsahu2803.hashnode.dev·Sep 19, 2023Kubernetes, Docker, and AWS: Deploying a Robust Multi-Region Private Docker Image Registry on a Kubernetes ClusterThis tutorial will guide you through the deployment of a Docker Registry within a Kubernetes cluster, with a focus on achieving high availability through the configuration of three replicas. It ensures that each replica operates on a distinct node. L...Discuss·88 readsKubernetes
SIDDHANT VIJAY SINGHforInfrasity Bloginfrasityblog.hashnode.dev·Sep 16, 2023Deploy AWS EKS cluster via TerrateamOverview Hey Geeks!, We have come up with a new blog, In this blog we will introduce you to Terrateam’s pipeline that will help us to establish EKS(Elastic Kubernetes Service) on AWS. What we are doing here: Give Terrateam user ACCESS to our AWS acc...DiscussTerraform
Nahidul Islamnahid0002.hashnode.dev·Sep 5, 2023Automated Spring Boot Microservices App Deployment on AWS EKS with JenkinsWe will learn how to automate spring-boot microservices builds using the Jenkins pipeline and Deploy it into the AWS EKS Cluster with the help of the Kubernetes CLI plug-in. Table of Contents: Setting Up AWS EC2 Instance Installing Maven Installin...Discuss·1 likeAWS
Engin Diriblog.ediri.io·Sep 3, 2023A Step-by-Step Guide to Using Velero on AWS EKS Clusters via PulumiTL;DR: THE CODE! https://github.com/dirien/quick-bites/tree/main/pulumi-eks-velero Introduction My motivation to write this article comes from the recent blog post of Lily Cohen who had a severe data loss on her Kubernetes cluster. During a routine...Discuss·111 readsAWS
Ritesh Kumar Nayakwww.devopswithritesh.in·Sep 3, 2023Kubernetes for Production with KopsScenario Consider a scenario where you have containerized your application components using docker or any other containerization tools. Now it's time to test it in a Kubernetes cluster and you want to try it on the cloud environment. Tools & Services...Discuss·51 readsKubernetes
Ibrar Khanclouddemon.hashnode.dev·Aug 30, 2023How do you design a high-available, scalable, secure and cost-efficient platform on AWSApplication Architecture Overview TOOLS And Technologies AWS : EKS ,Route53 ,RDS multi-region, AWS secret manager , AWS Certificates manager(ACM), Cloudwatch , S3, CloudFront(CDN), Cost Explorer, Trusted Advisor IAC: Terraform CICD: Gitlab and ArgoCD...Discuss·34 readsAWS
Aman Awasthiamana6420.hashnode.dev·Aug 28, 2023Deploying serverless applications using ECSTitle: Deploying a Serverless Application using Amazon ECS: A Step-by-Step Guide Introduction: In this guide, we will walk through the process of deploying a Flask application stored on GitHub using Amazon ECS (Elastic Container Service) and pushing ...DiscussDevops
ASHOK SANAashok198510.hashnode.dev·Aug 28, 2023Cloud-Native Two-Tier Application Deployment with EKS, TOMCAT and RDS in AWS.Step 1: Set up your EKS cluster Create an AWS account if you don't have one. Install AWS CLI and configure it with your AWS credentials. a. Launch an Instance of EC2 as a Bootstrap. b. Install aws cli - (https://docs.aws.amazon.com/cli/late...Discuss·2 likes·169 readsEKS
Nahidul Islamnahid0002.hashnode.dev·Aug 28, 2023Automated Node.js CI/CD Pipeline with Jenkins, AWS EKS, and KubernetesSelect the Instance type as T3 Medium. Kindly note that this is not a free instance but a paid one. So, as soon as you are finished working on this project, remember to de-provision or tear it down to avoid any additional costs. Create and download t...DiscussEKS