Document

SUBSCRIBE TO GET FULL ACCESS TO THE E-BOOKS FOR FREE 🎁SUBSCRIBE NOW

Professional Dropdown with Icon

SUBSCRIBE NOW TO GET FREE ACCESS TO EBOOKS

Category Uncategorized

EBS-Persistent Volume

EBS-Persistent Volume create namespace To separate your cluster resources logically it is best practice to use namespaces. You can separate either by project, customer, team, environment,… The benefit you gain is by getting control over resource qoutas, access control etc kubectl create namespace…

Kubernetes Dashboard

Kubernetes Dashboard Prerequisites This tutorial assumes the following: You have created an Amazon EKS cluster by following the steps in Getting started with Amazon EKS. You have the Kubernetes Metrics Server installed. For more information, see Installing the Kubernetes Metrics Server. The…

Cloudwatch logging of an EKS cluster

Cloudwatch logging of an EKS cluster Enable or Disable per log type log types like api,audit,authenticator,control manager,scheduler Each log type creates its own Cloud Watch log stream name prefix /aws/eks/cluster-name Logging adds some additional Cost to storage Create cloudwatch.yaml file…

Cluster Autoscaler

Cluster Autoscaler AutoScaler Responsible for dynamically scale the nodes in the node group Runs as deployment Decides on the basis of CPU & RAM availability a mixture of on-demand and spot instance possible LAB The cluster autoscaler automatically launches additional…

Node Group Operations

Node Group Operations get node group details of the cluster eksctl get nodegroup –cluster EKS-raman-cluster scale-out node group to 5 nodes and then check no of instances created in EC2 eksctl scale nodegroup –cluster EKS-raman-cluster –name ng-1 –nodes 5 –nodes-max…

EKS- Cluster Lab Setup

EKS- Cluster Lab Setup EKS Lab Setup (using Region Virginia (us-east-1)) For Lab point of view we will setup the environment as per below diagram Step 1:- Create an IAM user and EKS Role Create the user with IAM with…

AWS-EKS Introduction

AWS-EKS Introduction EKS Amazon Elastic Kubernetes Service (EKS) is a managed Kubernetes service that makes it easy for you to run Kubernetes on AWS and on-premises. Amazon EKS automatically manages the availability and scalability of the Kubernetes control plane EKS…

AWS- S3 Static Website hosting- Lab

 AWS- S3 Static Website hosting- Lab S3 supports hosting a static website(HTML, HTML with CSS, JavaScript), it does not support dynamic website (server-side processing like java,php.asp.net) hosting. Prerequisite: s3 Bucket : A valid bucket should be already created. Html Pages: Create index.html(Landing…

S3 Bucket Access Policy

S3 Bucket Access Policy  Bucket Policy It is a resource-based policy for all the objects of a bucket. It is in Json format Effects are either Allow or Deny GET for reading access, CREATE for create, PUT for the update,…