Category: Infrastructure as a Code (IaC)

AWS
Infrastructure as a Code (IaC)
July 18, 2019

Integrate AWS Lambda, SQS and SNS – a AWS Serverless sample

TOC Overview Problem Statement What is Lambda ? What is SQS ? What is SNS ? Setup Details Prerequisite Launch the Serverless stack Screen Caps Lambda Function SNS Topic -> Click Publish Message SNS-Topic -> Sample Input SQS-Topic -> View output Clean the setup Overview This blog will show how to Process a request from […]

Read More
Infrastructure as a Code (IaC)
June 16, 2019

Setup Kubernetes Service Mesh Ingress to host microservices using ISTIO – PART 3

This is Part 3 of the Blog series we have started (Part-1 and Part-2). Previous blogs where more about Setting up Cluster and Creating Docker images. We will see in this Blog how a typical microservices is deployed in K8 service mesh using ISTIO Who should read this Blog Short introduction EKS EKSCTL HELM ISTIO Problem we are […]

Read More
Infrastructure as a Code (IaC)
April 29, 2019

Setup Kubernetes Cluster with Terraform and Kops – Build Enterprise Ready Containers using Packer – PART 2

Who should read this Blog Short Introduction Packer Ansible Problem we are trying to solve Why not use Dockerfile rather than Packer Environment Used for this Exercise Actual Implementation STEP 1: Install Packer and Ansible STEP 2: Build a sample image using Ansible and Packer STEP 3: Verify the Exercise Who should read this Blog […]

Read More
Infrastructure as a Code (IaC)
April 9, 2019

Setup Kubernetes Cluster with Terraform and Kops – PART 1

Who should read this Blog: Short introduction What is Terraform What is Kubernetes What is KOPS What is Kubectl Problem we are trying to solve Stack used Actual implementation Install Terraform, Kops and Kubectl Setup S3, VPC and Security Group using Terraform Setup K8 Cluster using KOPS Validate the K8 Setup Install a Smaple Application […]

Read More
Cloud
Infrastructure as a Code (IaC)
Tips & Tricks
November 12, 2018

Terraform – Orchestration Automation on Any Cloud

Provisioning cloud platform resources is never as simple as AWS and other cloud service providers claim. Especially in hybrid or multi-cloud models creating cloud resources consistently is not always straightforward. Even when a only a single cloud provider is being used, a businesses’ demands for cloud infrastructure are rarely static. New operational requirements may call […]

Read More