---
title: "Kubernetes Blogs"
description: "BigBinary blog posts in the Kubernetes category."
canonical_url: "https://www.bigbinary.com/blog/categories/kubernetes"
markdown_url: "https://www.bigbinary.com/blog/categories/kubernetes.md"
---

# Kubernetes Blogs

BigBinary blog posts in the Kubernetes category.

## Posts

### Scaling Kubernetes HPA on custom Prometheus metrics

[Scaling Kubernetes HPA on custom Prometheus metrics](https://www.bigbinary.com/blog/prometheus-adapter)

- Author: Sreeram Venkitesh
- Published: July 23, 2024
- Categories: Kubernetes, DevOps

How we built autoscaling based on custom Prometheus metrics for NeetoDeploy

### How we fixed app downtime issue in NeetoDeploy

[How we fixed app downtime issue in NeetoDeploy](https://www.bigbinary.com/blog/how-we-fixed-app-down-time-in-neeto-deploy)

- Author: Abhishek T
- Published: July 9, 2024
- Categories: NeetoDeploy, Kubernetes, DevOps

How we fixed app downtime issue in NeetoDeploy

### Grafana Loki and Kubernetes Event exporter

[Grafana Loki and Kubernetes Event exporter](https://www.bigbinary.com/blog/k8s-event-exporter-and-grafana-loki-integration)

- Author: Vishal Yadav
- Published: May 7, 2024
- Categories: NeetoCI, Prometheus, Grafana, Kubernetes

In this blog, we'll explore how to integrate the Kubernetes Event exporter &
Grafana Loki into your Kubernetes Cluster using a helm chart.

### Setting up Prometheus and Grafana on Kubernetes using Helm

[Setting up Prometheus and Grafana on Kubernetes using Helm](https://www.bigbinary.com/blog/prometheus-and-grafana-integration)

- Author: Vishal Yadav
- Published: January 25, 2024
- Categories: NeetoCI, Kubernetes

Setting up Prometheus and Grafana on Kubernetes using Helm

### Adding sleep when idle to NeetoDeploy to cut costs

[Adding sleep when idle to NeetoDeploy to cut costs](https://www.bigbinary.com/blog/cost-reduction-in-neeto-deploy-by-turning-off-inactive-apps)

- Author: Sreeram Venkitesh
- Published: January 19, 2024
- Categories: NeetoDeploy, Kubernetes, DevOps

How we added sleep when idle feature to NeetoDeploy and reduced cost

### Building the NeetoDeploy metrics dashboard with Prometheus

[Building the NeetoDeploy metrics dashboard with Prometheus](https://www.bigbinary.com/blog/using-prometheus-in-neeto-deploy)

- Author: Sreeram Venkitesh
- Published: January 9, 2024
- Categories: NeetoDeploy, Kubernetes, DevOps

Building the metrics dashboard in NeetoDeploy with Prometheus

### Use parametrized containers to deploy Rails microservices

[Use parametrized containers to deploy Rails microservices](https://www.bigbinary.com/blog/deploying-rails-applications-with-parmaetrized-containers)

- Author: Rahul Mahale
- Published: September 26, 2018
- Categories: Kubernetes, Rails

Using parametrized containers to deploy micro services in Rails applications

### Kubernetes ingress controller for authenticating apps

[Kubernetes ingress controller for authenticating apps](https://www.bigbinary.com/blog/using-kubernetes-ingress-authentication)

- Author: Rahul Mahale
- Published: August 14, 2018
- Categories: Kubernetes

Authenticate your application using kubernetes ingress

### Speed up Docker image build process of a Rails app

[Speed up Docker image build process of a Rails app](https://www.bigbinary.com/blog/speeding-up-docker-image-build-process-of-a-rails-application)

- Author: Vishal Telangre
- Published: July 25, 2018
- Categories: Rails, Kubernetes

By reusing bundler cache and cache of precompiled assets, we can speed up Docker
image building process of a Rails application.

### Tailing logs with Logtrail, Kibana and Kubernetes

[Tailing logs with Logtrail, Kibana and Kubernetes](https://www.bigbinary.com/blog/tail-log-using-logtrail-with-elk-on-kubernetes)

- Author: Rahul Mahale
- Published: June 1, 2018
- Categories: Kubernetes

Using Logtrail(Papertrail like UI) to tail log with Elasticsearch and Kibana on
Kubernetes

### Increase reliability using super_fetch of Sidekiq Pro

[Increase reliability using super_fetch of Sidekiq Pro](https://www.bigbinary.com/blog/increase-reliability-of-background-job-processing-using-super_fetch-of-sidekiq-pro)

- Author: Vishal Telangre
- Published: May 8, 2018
- Categories: Ruby, Rails, Kubernetes

Increase reliability of background job processing using super_fetch of Sidekiq
Pro

### Deploying Docker Registry on Kubernetes using S3 Storage

[Deploying Docker Registry on Kubernetes using S3 Storage](https://www.bigbinary.com/blog/deploying-docker-registry-on-kubernetes-using-s3-storage)

- Author: Rahul Mahale
- Published: May 3, 2018
- Categories: Kubernetes

Deploying self-hosted Docker Registry on kubernetes using S3 storage.

### Path based routing for Rails with HAProxy Ingress

[Path based routing for Rails with HAProxy Ingress](https://www.bigbinary.com/blog/using-haproxy-ingress-with-rails-uniconrn-and-websockets)

- Author: Rahul Mahale
- Published: February 28, 2018
- Categories: Kubernetes, Rails

Deploying Ruby on Rails application using HAProxy Ingress with unicorn/puma and
websockets on Kubernetes.

### Scheduling pods on nodes in Kubernetes using labels

[Scheduling pods on nodes in Kubernetes using labels](https://www.bigbinary.com/blog/scheduling-pods-on-nodes-in-kubernetes-using-labels)

- Author: Rahul Mahale
- Published: October 16, 2017
- Categories: Kubernetes

Blog post on how to assign pods to specific nodes on Kubernetes

### Graceful shutdown of Sidekiq processes on Kubernetes

[Graceful shutdown of Sidekiq processes on Kubernetes](https://www.bigbinary.com/blog/graceful-shutdown-of-sidekiq-processes-on-k8s)

- Author: Rahul Mahale
- Published: August 24, 2017
- Categories: Kubernetes

Blog post on how to handle graceful shutdown of processes like Sidekiq on
Kubernetes

### Deploy Rails apps on Kubernetes cluster & no downtime

[Deploy Rails apps on Kubernetes cluster & no downtime](https://www.bigbinary.com/blog/deploying-rails-applications-using-kubernetes-with-zero-downtime)

- Author: Rahul Mahale
- Published: July 25, 2017
- Categories: Kubernetes

Deploying Rails applications on Kubernetes cluster with Zero downtime

### Rails using db:migrate & db:seed on Kubernetes

[Rails using db:migrate & db:seed on Kubernetes](https://www.bigbinary.com/blog/managing-rails-tasks-such-as-db-migrate-and-db-seed-on-kuberenetes-while-performing-rolling-deployments)

- Author: Vishal Telangre
- Published: June 16, 2017
- Categories: Kubernetes, Rails

Managing Rails tasks such as 'db:migrate' and 'db:seed' on Kubernetes while
performing rolling deployments

### Kubernetes Configmap with files to deploy Rails apps

[Kubernetes Configmap with files to deploy Rails apps](https://www.bigbinary.com/blog/using-kubernetes-configmap-with-configuration-files-for-deploying-rails-app)

- Author: Rahul Mahale
- Published: May 25, 2017
- Categories: Kubernetes

Using Kubernetes Configmap with configuration files for deploying Rails
applications

### Kubernetes Persistent volume to store persistent data

[Kubernetes Persistent volume to store persistent data](https://www.bigbinary.com/blog/using-kubernetes-persistent-volume-for-persistent-data-storage)

- Author: Rahul Mahale
- Published: April 12, 2017
- Categories: Kubernetes

This post summarizes how to use the Kubernetes persistent volume in the
deployment

## Links

- [Human page](https://www.bigbinary.com/blog/categories/kubernetes)
