Krish | Senior Systems Engineer

Krish is a Senior Systems Engineer on the Enterprise Systems team at XTIVIA, Inc. For more than three years, Krish has been delivering pristine portal and application development for XTIVIA clients.

Krish
Senior Systems Engineer

Krish is a Senior Systems Engineer on the Enterprise Systems team at XTIVIA, Inc. For more than three years, Krish has been delivering pristine portal and application development for XTIVIA clients.

Kubernetes Logging to Graylog Using Fluent Bit

Fluent Bit is deployed as a daemonset in Kubernetes, allowing it to run on every node in the cluster. This makes it easy to not worry about reconfiguring Fluent Bit for any new nodes added to the Kubernetes cluster. Fluent Bit supports multiple inputs, outputs, and... read more

Kubernetes – Container Health Checks

One of the core features of Kubernetes (or of any other container orchestration solution) is the ability to perform health checks against running containers to determine the health of the container instance. Container instances can experience performance-related... read more

Minikube Installation Guide for CentOS

Minikube Overview Minikube is a tool which allows you to run a single node Kubernetes cluster on a local machine or a VM. Minikube is easy to get setup and running, requiring only a few minutes as opposed to the complex install process and hardware required for a... read more

Overcoming HTTPS Socket Errors in JMeter

When executing performance and/or load testing against an SSL-enabled application using Apache JMeter, SSL socket errors can be a frequently encountered nuisance which can severely hinder your testing efforts. This article highlights how to overcome these... read more