Open in app
Home
Notifications
Lists
Stories

Write
Vamsi Jakkula
Vamsi Jakkula

Home

About

Published in FAUN Publication

·Jan 11

Cert-Manager to Issue TLS certs on Minikube

In one of my previous posts I have covered on Ingress controller setup. In this article, we will take a look at cert-manager to issue TLS certificates automatically using Let’s Encrypt and store them as kubernetes secrets , also the configuration of Ingress controller. Step-1 : Install Minikube and have…

Cert Manager

3 min read

Cert-Manager to Issue TLS certs on Minikube
Cert-Manager to Issue TLS certs on Minikube

Published in FAUN Publication

·Jan 2

Kong Hybrid Setup on Minikube

Kong supports Hybrid deployments with separation of Control Plane(CP) and Data Plane(DP) . Control Plane is responsible for all administrative tasks and configuration management. Data plane serves the traffic for the proxy and used by API consumers. DP nodes communicates with CP nodes and gets the latest configuration. …

Kong

4 min read

Kong Hybrid Setup on Minikube
Kong Hybrid Setup on Minikube

Published in FAUN Publication

·Jan 1

Kong Ingress as API Gateway on Minikube

In one of my previous articles I have covered the setup of Nginx Ingress controller in Kubernetes .In this article we will have a look at how we can configure Kong Ingress Controller as API gateway to back end service on Minikube. Step-1: Install Minikube with MetalLB .Please refer to…

Kong

3 min read

Kong Ingress as API Gateway on Minikube
Kong Ingress as API Gateway on Minikube

Published in FAUN Publication

·May 2, 2021

Kustomize In Kubernetes

What is Kustomize? Kustomize will provide a template-free way to customize application manifests leaving the original YAML file intact and untouched. Kustomize can be used as a standalone binary or with kubectl. Starting Kubernetes 1.14 it’s built into kubectl. In this tutorial, let’s see how we can use kustomize Install- Kustomize-Standalone binary …

3 min read

Kustomize In Kubernetes
Kustomize In Kubernetes

Published in FAUN Publication

·Aug 26, 2020

CNB(Cloud Native Buildpacks) Using Pack

In this tutorial, we will see how we can use pack and build packs to convert code into runnable images which are OCI compliant. We will run a basic Hello Whale application using spring boot. Step-1: Using Spring Initializer Generate the base code and add the dependencies like Thymeleaf and…

Cnb

3 min read

CNB(Cloud Native Buildpacks) Using Pack
CNB(Cloud Native Buildpacks) Using Pack

Published in FAUN Publication

·Aug 14, 2020

Machine Learning Inferencing through Coral USB Accelerator

TPU — Tensor Processing Unit is an ASIC AI accelerator used for machine learning tasks specifically developed using Tensorflow. Edge TPU is designed and released in early 2019 and used in ML Inference acceleration use cases at the Edge. One such Edge TPU device is Coral USB Accelerator. We can…

Coral

3 min read

Machine Learning Inferencing through Coral USB Accelerator
Machine Learning Inferencing through Coral USB Accelerator

Published in FAUN Publication

·Jul 5, 2020

CronJob in Kubernetes- Part-2

In the previous post, I have provided a basic introduction of Cron Job within Kubernetes. In this post, we will see bit advanced features of CronJob in Kubernetes and we will start with Parallelism. Parallelism — For a job to run on multiple pods in parallel, we need to set…

Cronjob

4 min read

CronJob in Kubernetes- Part-2
CronJob in Kubernetes- Part-2

Published in FAUN Publication

·Jul 5, 2020

CronJob in Kubernetes- Part-1

Overview In my previous post, I have written about Jobs, in this post, we will cover as what is Cron and how it works within Kubernetes. CronJob help run Jobs which are transient and scheduled to run at a specific interval. These Jobs are similar to Cron in Linux. Cron jobs…

Kubernetes

3 min read

CronJobs in Kubernetes- Part-1
CronJobs in Kubernetes- Part-1

Published in FAUN Publication

·Jun 28, 2020

Configuring Kubernetes Cluster to use OpenID Connect Authentication

OpenID Connect is an identity layer on top of the OAuth 2.0 protocol. In this post, we will see how we can configure the Kubernetes cluster through OIDC(OpenID Connect) to authenticate and authorize using google account. Step-1: Create a Kubernetes cluster and ensure it’s up and running. …

Authentication

4 min read

Configuring Kubernetes Cluster to use OpenID Connect Authentication
Configuring Kubernetes Cluster to use OpenID Connect Authentication

Published in FAUN Publication

·Jun 22, 2020

Health Check- Live and Readiness Probe in Kubernetes

Basic Process Health Check is performed by Kubernetes. If the main process of the application is not running, Kubernetes will actually do a restart. …

Livenessprobe

4 min read

Health Check- Live and Readiness Probe in Kubernetes
Health Check- Live and Readiness Probe in Kubernetes
Vamsi Jakkula

Vamsi Jakkula

Following
  • Netflix Technology Blog

    Netflix Technology Blog

  • AirbnbEng

    AirbnbEng

  • Ashish Patel

    Ashish Patel

  • Vaidehi Joshi

    Vaidehi Joshi

  • Benjamin Porter

    Benjamin Porter

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable