Open in app
Home
Notifications
Lists
Stories

Write
Ravi Yasakeerthi
Ravi Yasakeerthi

Home

May 1

HA Kubernetes Cluster in 15 Minutes

Using AWS EC2 with Terraform and Ansible. I was thinking about this project for a long time and finally, I was able to find some time to put things together. I know, these days it’s not a big deal to quickly spin up a Kubernetes cluster with most of the…

Aws Ec 2

2 min read

HA Kubernetes Cluster in 15 Minutes
HA Kubernetes Cluster in 15 Minutes

Apr 6

Terraform Best Practices

Terraform is one of the most popular Infrastructure as a Code tool among cloud operations people. It’s very convenient to use with any cloud provider and you don’t have to spend a lot of time learning it as it is a declarative language, meaning you just need to define the…

Terraform

3 min read

Terraform Best Practices
Terraform Best Practices

Mar 24

Use CloudFormation to Launch an Amazon EC2 Web Server

2/10 fun hands-on projects to learn AWS This is the 2nd challenge from Drew Firement fun 10 AWS challenges post on Linkedin. I never used CloudFormation before. Mostly I use Terraform as my primary IaC tool. Let’s see how it goes with the CloudFormation. Basically, in this example, we are…

Cloudformation

6 min read

Use CloudFormation to Launch an Amazon EC2 Web Server
Use CloudFormation to Launch an Amazon EC2 Web Server

Feb 4

Launch a static website on Amazon S3

1/10 fun hands-on projects to learn AWS One fine morning, I spotted Drew Firement fun 10 AWS challenges post on Linkedin. As I’m currently preparing for the AWS Solution Architect Professional exam I thought why not 😊. This is my take on Launching a static website on AWS S3. Registering Domain To…

Static Websites

5 min read

Launch a static website on Amazon S3
Launch a static website on Amazon S3

Jun 10, 2021

Install the GitLab service in a cloud-native way

using flux V2 Helm operator. For this example, I’ll use the AWS eks cluster as I cannot meet the below requirements for GitLab service in my local. A Kubernetes cluster, version 1.13 or higher. 8vCPU and 30GB of RAM is recommended However, if you have enough resources and you are…

Gitlab

4 min read

Install the GitLab service in a cloud-native way
Install the GitLab service in a cloud-native way

Jun 10, 2021

Terraform GitOps pipeline for Kubernetes with Flux V2

First, we need a Kubernetes cluster for this exercise, Let’s use kind kind is a tool for running local Kubernetes clusters using Docker container nodes. It’s basically good for testing Kubernetes and Local development. I’m trying this out in macOS. You can find Installation steps for other OS types here …

Terraform

2 min read

Terraform GitOps pipeline for Kubernetes with Flux V2
Terraform GitOps pipeline for Kubernetes with Flux V2

Nov 2, 2020

AWS EKS GitOps

EKS |Terraform |Fluxcd |Sealed-secrets | NLB | Nginx-ingress Why Infrastructure as Code How was the infrastructure traditionally managed, Classic approach was pointing and clicking in the UI consoles, custom provisioning scripts, etc. This was OK if you have minimal things to manage and changes are less frequent. This was the case for many private…

Terraform

15 min read

AWS EKS with Terraform + GITOPS
AWS EKS with Terraform + GITOPS

May 15, 2020

Google DevFest 2019 Singapore Highlights

Google Developer Space, Singapore Join the community

Gdg

1 min read


May 14, 2020

Deploy AWS Lambda function using Serverless

Serverless basics in 5 min Manage your serverless applications with less overhead using Serverless Framework. Install serverless npm install -g serverless Configure access to AWS serverless config credential --provider aws --key *** --secret *** --profile your_profile_name Create a Lambda Function sls create --template aws-python --path hello-world-python Available templates “aws-clojure-gradle”, “aws-clojurescript-gradle”…

Lambda

2 min read

Deploy AWS Lamba function using Serverless
Deploy AWS Lamba function using Serverless

May 9, 2020

How I automated windows AMI patching & update in AWS

AWS Systems Manager — Problem Keep my bamboo elastic agents up to date with OS updates and other 3rd party applications. Initial Attempt I tried to solve this with packer, using ansible provisioner. It all goes well until I update the ansible version. Then I came across this issue and it pushes me back to look for…

AWS

5 min read

How I automated windows AMI patching & update in AWS
How I automated windows AMI patching & update in AWS
Ravi Yasakeerthi

Ravi Yasakeerthi

https://www.linkedin.com/in/ravi-yasakeerthi-05379636/

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable