Open in app

Sign in

Write

Sign in

ABHISHEK KUMAR
ABHISHEK KUMAR

75 Followers

Home

About

Sep 29

MOUNT AWS SECRETS in EKS

Install CSI drivers Secrets Store CSI Secret driver. helm repo add secrets-store-csi-driver \ https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts helm install -n kube-system csi-secrets-store \ --set syncSecret.enabled=true \ --set enableSecretRotation=true \ secrets-store-csi-driver/secrets-store-csi-driver 2. AWS Secrets and Configuration Provider kubectl apply -f https://raw.githubusercontent.com/aws/secrets-store-csi-driver-provider-aws/main/deployment/aws-provider-installer.yaml

Kubernetes

2 min read

Kubernetes

2 min read


Sep 18

Gitlab

This guide provides step-by-step instructions for installing a self-hosted GitLab instance on Ubuntu 20.04 or 22.04, as well as how to perform backups and restores of your GitLab data. Additionally, this guide includes instructions for migrating GitLab to a new instance, such as when using an Amazon EC2 instance. Table of Contents: Install…

Gitlab

4 min read

Gitlab

4 min read


Jun 21, 2022

AWS- EKS Chapter-1

Create, Delete -> EKS Cluster & Node Groups Step-01: Create EKS Cluster using eksctl It will take 15 to 20 minutes to create the Cluster Control Plane # Create Cluster eksctl create cluster --name=eksdemo1 \ --region=us-east-1 \ --zones=us-east-1a,us-east-1b \ --without-nodegroup # Get List of clusters eksctl get cluster Step-02: Create & Associate IAM OIDC Provider for our EKS Cluster

Aws Eks

3 min read

Aws Eks

3 min read


Oct 11, 2021

AWS EC2 Chapter-1

EC2 instances are virtual machines offered by Amazon to run your workloads. These instances can be spin up or down on demand and they come with a variety of different configurations in terms of hardware and software. EC2 runs multiple threads on a single CPU and each thread is also…

6 min read

6 min read


Jun 8, 2021

Securing API Gateway using AWS Cognito.

Cognito User Pool Amazon Cognito Account Pools lets users build and manage a profile registry and provides sign-up / sign-in to smartphone or desktop apps. Users can use social or SAML-based identity providers to sign in to a User Pool. It provides millions of users with a secure, easy, low-cost alternative, and scales. …

AWS

5 min read

Securing API Gateway using AWS Cognito.
Securing API Gateway using AWS Cognito.
AWS

5 min read


May 13, 2021

CRUD operations using API Gateway, Lambda and DynamoDB

Creating Table in DynamoDB This is an asynchronous operation. Upon receiving a create table request, DynamoDB immediately returns a response with a Table status of CREATING. After the table is created, DynamoDB sets the Table status to ACTIVE. You can perform read and write operations only on an ACTIVE table. import boto3 import json def lambda_handler(event…

AWS

4 min read

CRUD operations using API Gateway, Lambda and DynamoDB
CRUD operations using API Gateway, Lambda and DynamoDB
AWS

4 min read


May 2, 2021

How To Create AWS Free Tier Account

Amazon Web Services (AWS) is providing 12 months of Free Tier account to new subscribers to get hands-on experience with all the AWS cloud services. In this AWS Free Tier account Amazon is giving no. of deferent services use with some of the limitations to get hands-on practice and more…

AWS

4 min read

How To Create AWS Free Tier Account
How To Create AWS Free Tier Account
AWS

4 min read


Apr 15, 2021

Using Cloudwatch Alarms Monitor AWS Resources

What is Cloudwatch? Cloudwatch is a monitoring and logging service in aws which helps us to monitor our aws resources in the form of logs and metrics. We can use cloud watch to collect metrics of the applications and services we are running in real-time. It also helps us to store the server…

4 min read

Using Cloudwatch Alarms Monitor AWS Resources
Using Cloudwatch Alarms Monitor AWS Resources

4 min read


Apr 15, 2021

How To Trigger AWS Lambda Functions Automatically

Lambda functions can be triggered based on the events either synchronously and asynchronously. In this guide, We will learn how to trigger lambda functions using the Cloudwatch events. If you’re new to the lambda function And Want to know more about Lambda function and How to Create Lambda function using AWS Console. Invoking Lambda Functions AWS Lambda functions can be invoked directly using the…

Lambda

3 min read

How To Trigger AWS Lambda Functions Automatically
How To Trigger AWS Lambda Functions Automatically
Lambda

3 min read


Apr 15, 2021

Create Amazon Aurora DB Cluster for MySQL

Amazon Aurora is a fully managed relational database engine that is compatible with MySQL and PostgreSQL. Aurora has high-performance storage sub-systems, Hence MySQL and PostgreSQL databases engines can take advantage of fast distributed storage. The storage can automatically go up to 64 TB. …

AWS

6 min read

Create Amazon Aurora DB Cluster for MySQL
Create Amazon Aurora DB Cluster for MySQL
AWS

6 min read

ABHISHEK KUMAR

ABHISHEK KUMAR

75 Followers

DevOps/Cloud | 2x AWS Certified | 1x Terraform Certified | 1x CKAD Certified | Gitlab

Following
  • Aniket

    Aniket

  • Netflix Technology Blog

    Netflix Technology Blog

  • Bernard Peh

    Bernard Peh

  • @ChrisMatthieu

    @ChrisMatthieu

  • Open Source Voices

    Open Source Voices

See all (31)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams