Author: Gayatri Singh

gray laptop computer showing html codes in shallow focus photography

How to Create our first Cloud Function in Google Cloud Platform

Reading Time: 4 minutes Hello Readers! In this blog we we are going to see How to create our first Cloud Function in Google Cloud Platform. Let’s See first what is google cloud function? Let’s get started with Google Cloud Functions Cloud Function Cloud Functions will be responsible for scaling up your code to handle the millions of requests come in. You don’t really need to worry about where this Continue Reading

black and gray laptop computer turned on doing computer codes

How to create Statefulsets workloads Using Kubernetes Python Client

Reading Time: 3 minutes Hello Readers! In this blog we are going to see how we can create a Statefulsets using kubernetes python client . Kubectl is the primary tool for dealing with and managing your clusters from the command line. Through kubectl you can see the status of individual nodes, pods on those nodes, policies and much more besides. But In this blog we will see how we can use Continue Reading

aws

How to Create S3 Event Notification using AWS Lambda Function

Reading Time: 5 minutes Hello Readers! In this blog we will see How to Create S3 Event Notification using AWS Lambda Function. Before this we will get familiar with AWS S3 Event Notification and shortly explain about AWS Lambda Function. So, we will see how it works and after that we will see its demo. Let’s get started. The Amazon S3 notification is a feature that enables. You to receive Continue Reading

aws

How to Autoscale EKS Instance groups using Kubernetes Cluster Autoscaler

Reading Time: 6 minutes Hello Readers! In this blog we are going to learn How to Autoscale EKS Instance groups using Kubernetes Cluster Autoscaler. We will use both managed and unmanaged EKS node groups. Before starting we will firstly see What is Amazon Elastic Kubernetes Service (Amazon EKS). If you want to know more about EKS , you can follow my blog link: https://blog.knoldus.com/how-to-deploy-kubernetes-cluster-on-amazon-eks/ Amazon Elastic Kubernetes Service (Amazon Continue Reading

aws python boto3

How to create an RDS instance using python Boto3 on AWS

Reading Time: 4 minutes Hello Readers! In this blog, we will see how to create an RDS MySql Instance using the Boto3 python Library. We will use “create_db_instance” method to create an Instance. Before we start, I assume that you are familiar with AWS RDS Service. If you are not familiar with it and what to first learn to create an RDS MySql Instance from the AWS Console, search for Continue Reading

aws python boto3

How To Create Aws VPC Using Boto3 Python

Reading Time: 3 minutes Hello Readers! In this blog we will see How To Create Aws VPC Using Boto3 Python. So before starting firstly we will see what is Boto3 and some short introduction about Aws VPC ? What is Boto3 ? Boto3 is the name of python sdk for AWS or you can say it is a module, library or API to work with AWS Services using python Scripts. Continue Reading

How to Deploy AWS CloudTrail with S3 Bucket

Reading Time: 4 minutes Hello Readers! In this blog let’s see How to Deploy AWS CloudTrail with S3 Bucket. Firstly let’s see in short why we use CloudTrail ? So, AWS CloudTrail is a web service that records AWS API calls for your account and delivers log files to you. What is AWS CloudTrail AWS CloudTrail is a service that enables governance, compliance, operational auditing and risk auditing of Continue Reading

data codes through eyeglasses

How to Deploy Kubernetes cluster on Amazon EKS

Reading Time: 4 minutes Hello Readers! In this blog we are going to learn How to Deploy Kubernetes cluster on Amazon EKS. Before starting we will firstly see What is Amazon Elastic Kubernetes Service (Amazon EKS)? Amazon Elastic Kubernetes Service (Amazon EKS) Its a simple command-line utility for generating and maintaining Kubernetes clusters on Amazon EKS. At the end of this tutorial, you will have a working Amazon EKS Continue Reading

code coding computer cyberspace

How to SetUp Scaling Processes in Auto Scaling Groups

Reading Time: 5 minutes Hello Readers! In this blog let’s see How to SetUp Scaling Processes in Auto Scaling Groups. What’s an Auto Scaling Groups? In real-life the load on your websites and application can change. In the cloud, you can create and get rid of servers very quickly. The goal of an Auto Scaling Group (ASG) is to: Scale out (add EC2 instances) to match an increased load Continue Reading

How to Setup an Application with an Elastic Load Balancer

Reading Time: 4 minutes Hello Readers! In this blog we will see How to Setup an Application with an Elastic Load Balancer. In my previous blog you have seen how to deploy and run your docker container in AWS Elastic Container service in AWS using the launch type EC2 instances.. The reference blog link is: https://blog.knoldus.com/elastic-container-service-using-ec2-instance-and-how-to-deploy-and-run-your-docker-container-in-aws-elastic-container-service-in-aws-using-the-launch-type-ec2-instances/ What is Load Balancing? Load balancer are servers that forward internet traffic to Continue Reading

aws

Amazon Elastic Container Service Using EC2 Instance

Reading Time: 4 minutes Hello Readers! In this blog let’s see how to deploy and run your docker container in AWS Elastic Container service in AWS using the launch type EC2 instances. What is ECS ? Amazon Elastic Container Service (ECS) is a managed service to run containers typically using docker. first you have to need to know, What is Docker? So, Docker is a essentially a tool that Continue Reading

How to Setup Jenkins Build Agents on Kubernetes Pods

Reading Time: 5 minutes Jenkins Jenkins is an open-source automation tool written in Java with plugins built for Continuous Integration purposes.Therefore, It is used to build and test your software projects continuously making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. Kubernetes Kubernetes (“K8s” for short) is an open source solution for automating the deployment and Continue Reading

What Is Sqoop ? How It Is Used And Its Installation?

Reading Time: 2 minutes The traditional application management system, that is, the interaction of applications with relational database using RDBMS, is one of the sources that generate Big Data. Such Big Data, generated by RDBMS, is stored in Relational Database Servers in the relational database structure. Sqoop − “SQL to Hadoop and Hadoop to SQL” Sqoop is a tool designed to transfer data between Hadoop and relational database servers. It is used Continue Reading