zekeLabs Blog


Getting started with ISTIO

Getting started with ISTIO    Ashish Pandey

Istio is a tool to handle service mesh. Istio enables one you to connect, secure, control, and observe microservices that are part of a cloud-native application. Istio uses Envoy as a service proxy that in turn is used as a sidecar container. Istio is orig...




Using Terraform with AWS

Using Terraform with AWS    Ashish Pandey

Terraform is an open-source software made by Hashicorp Inc and the open-source community. It is an Infrastructure-provisioning tool that uses a high-level language. The language which it uses is known as Hashicorp Configuration Language (HCL). Terraform ca...




How to build a Multi-Cloud and Hybrid-Cloud Infrastructure using Terraform?

How to build a Multi-Cloud and Hybrid-Cloud Infrastructure using Terraform?    zekeLabs

In the era of cloud-wars, the CIOs often have a hard time adopting a single cloud. Putting all their infrastructure into one cloud is a risky proposition. So the best approach is to use the multi-cloud or hybrid cloud strategy. Having multiple cloud provide...




How to do Cloud Automation using Terraform?

How to do Cloud Automation using Terraform?    zekeLabs

Cloud Automation is coming together of Cloud Computing with Infrastructure Automation. As cloud adoption is accelerated in the industry, the industry needs to automate the management of cloud infrastructure and cloud services. All of the public cloud servic...




Know more about Terraform

Know more about Terraform    zekeLabs

Terraform is a tool made by Hashicorp. It is also used as a tool for cloud-automation. It is an open-source software to implement “Infrastructure as Code (IaC)”. The language used to write the terraform script is known as Hashicorp Configuration Language (H...




How to install Kubernetes Clusters Using Terraform?

How to install Kubernetes Clusters Using Terraform?    Ashish Pandey

Kubernetes is a container orchestration platform that can be used to deploy and manage a containerized applications. Generally, Microservices-based applications are first converted into Docker (or other container runtimes) images and then these microservice...




What are the various IoT Frameworks?

What are the various IoT Frameworks?    zekeLabs

IoT is short for the Internet of things which translates to connecting various devices to the internet. Today we connect our phones and laptops to the internet. Using IoT we can connect even more devices to the internet and reap benefits out of it. Also, Io...




How to deploy Kafka and Zookeeper cluster on Kubernetes

How to deploy Kafka and Zookeeper cluster on Kubernetes    Ashish Pandey

In a Microservices based architecture message -broker plays a crucial role in inter-service communication. The combination of Kafka and zookeeper is one of the most popular message broker. This tutorial explains how to Deploy Kafka and zookeeper stateful se...




How to install Kubernetes Cluster on AWS EC2 instances

How to install Kubernetes Cluster on AWS EC2 instances    Ashish Pandey

When someone begins learning Kubernetes, the first challenge is to setup the kubernetes cluster. Most of the online tutorials take help of virtual boxes and minikubes, which are good to begin with but have a lot of limitations. This article will guide you t...




Container is the new process and Kubernetes is the new Unix.

Container is the new process and Kubernetes is the new Unix.    Ashish Pandey

Once a microservice is deployed in a container it shall be scheduled, scaled and managed independently. But when you are talking about hundreds of microservices doing that manually would be inefficient. Welcome Kubernetes, for doing container orchestration ...