KEN MWAURAzoo.hashnode.dev·14 hours agoHow to Deploy a Dockerized App to Amazon EKSIntroduction New month and new challenge. This month I will be learning how to deploy a Dockerized app to Amazon EKS. I will be using the AWS EKS Workshop as a guide. I will be using the AWS CLI to complete this challenge. Note this is meant to be a ...DiscussCloud
Ajay S Naircloudbin.hashnode.dev·Dec 7, 2023Deploy Super Mario Game on AWS EKS (Elastic Kubernetes Service)In this tutorial, we are going to deploy a simple Kubernetes application on AWS EKS, which stands for AWS Elastic Kubernetes Service. We will deploy a Super Mario game on AWS EKS using a Super Mario Docker image. Thanks to the one who created and upd...DiscussAWS
Rohit Morerohitdeployer.hashnode.dev·Dec 4, 2023Deploy Apps on EKS and Monitor with GrafanaSetting Up EKS with Prometheus and Grafana Monitoring Monitoring Kubernetes clusters is vital for maintaining optimal performance and identifying potential issues. In this step-by-step guide, we'll walk through the process of setting up Amazon EKS (E...Discuss·62 readsEKS
Abhishek Bhagat.abhi1407.hashnode.dev·Nov 24, 2023Set Up Your EKS Cluster With Ease.Elastic Kubernetes Service (EKS) is the Kubernetes service managed by AWS. It is a managed service that helps simplify the deployment, management, and scaling of the Kubernetes cluster on the AWS cloud platform. It provides seamless integration with ...Discuss·11 likes·51 readsEKS
Venkata Shiva Kumar RatnavarapuforShiva Ratnavaraputechtalkswithshiva.hashnode.dev·Nov 20, 2023EKS cluster Setup Part1 - Day02Recap: In previous article, we have discussed kubernetes, the core components of kubernetes, and the advantages of microservice architecture over monilithic architecture Pre-requisites to Create an EKS Cluster: AWS Account with administrator Access ...DiscussKubernetes
Shivananda Reddydevopswithshiva.hashnode.dev·Nov 18, 2023EKS Installation steps in amazon linuxTo install Amazon EKS (Elastic Kubernetes Service) on Amazon Linux, you generally follow a set of steps. Note that the following instructions might become outdated as technologies evolve, so it's always a good idea to refer to the official AWS docume...Discuss·10 likesEKS
Colin J Lacycolinj.hashnode.dev·Nov 17, 2023Mounting AWS Secrets as Volumes in EKSA coworker asked me what I meant in my last blog post when I said I was leveraging a service-role mapping to inject secrets from AWS Secrets Manager into my production pods. In this post, I'll explain what and how. tl;dr: I have a GitHub repo that sh...Discusssecrets management
Colin J Lacycolinj.hashnode.dev·Nov 15, 2023Mapping an EKS ServiceAccount to an AWS IAM Role using OpenTofuBefore you go injecting IAM user Access Key credentials into your EKS pods as secrets, did you know that you can map an EKS ServiceAccount to an IAM role? It's true! All of my EKS pods are mapped to IAM roles because I mount secrets from AWS Secrets ...Discuss·1 like·34 readsEKS
Amardeep yadavdeveloperamardeep.hashnode.dev·Nov 14, 2023AWS part-1Cloud Computing Model relates to a real life scenario is that of a Coffee Shop, Where in a customer enters asks for the Coffee and get it, he doesn't have to make it by himself and worry about ingredients. Whenever there is more customers in the coff...DiscussEKS
Rewanth Tammanablog.rewanthtammana.com·Nov 12, 2023Decoding EKS Cluster Games CTFEKS Cluster Games is a decent cybersecurity CTF that revolves around Kubernetes on AWS & security. You get 5 challenges to solve. If you are new to Kubernetes security, this is a nice way to assess yourself. I've completed all the challenges & got th...Discuss·178 readsKubernetes