Open in app
Home
Notifications
Lists
Stories

Write
Bhargav Bhikkaji
Bhargav Bhikkaji

Home

Published in tailwinds-navigator

·Nov 1, 2021

Kubernetes Tip: Choose EKS or Fargate or ECS Based On Business Need.

Recently, I was reading an awesome article comparing EKS, Fargate, and ECS. Here is the link to the article. AWS EKS vs. ECS vs. Fargate | The Breakdown Amazon provides multiple options for managing containers on their platform, including Elastic Container Service (ECS)…cloudify.co At Tailwinds, we have been constantly asked this question by our customers about the choice of orchestration tool. We handle this discussion in a different way, Hence, thought to share our…

4 min read

Kubernetes Tip: Choose EKS or Fargate or ECS Based On Business Need.
Kubernetes Tip: Choose EKS or Fargate or ECS Based On Business Need.

Published in tailwinds-navigator

·Oct 25, 2021

Kubernetes Tip: Is CI/CD Really Popular?.

I was reading a post, where someone posted this question. I wanted to check with Tailwinds customers if they really perform CI/CD. Some really interesting answers that I would like to share here. But before getting onto the details, few definitions and disclaimers. I don’t really want to get into…

Kubernetes

3 min read

Kubernetes Tip: Is CI/CD Really Popular?.
Kubernetes Tip: Is CI/CD Really Popular?.

Published in tailwinds-navigator

·Oct 18, 2021

Kubernetes Rant: Why DevOps/SREs Need To Empower Themselves With Application Knowledge?.

This RANT is based on tailwinds.ai interactions with SREs/DevOps teams across different organizations. Few common trends we notice are DevOps/SREs are either part of one team or folded towards a single hierarchy. So would have used DevOps & SREs interchangeably in this blog. DevOps/SREs typically tend to be passive and…

4 min read

Kubernetes Rant: Why DevOps/SREs Need To Empower Themselves With Application Knowledge?.
Kubernetes Rant: Why DevOps/SREs Need To Empower Themselves With Application Knowledge?.

Published in tailwinds-navigator

·Jun 2, 2021

Kubernetes Rant: Do Autoscalers make Business sense?

Recently, Daniel Polencic posted a lovely article on Autoscalers, this triggered some thoughts, hence writing this quick short note as a response to Daniel’s article. Need For Autoscalers. We observe that autoscalers are typically needed for a couple of use cases, they are In a highly dynamic environment where there is a large…

Kubernetes

2 min read


Published in tailwinds-navigator

·Sep 22, 2020

Kubernetes Tip: How To Disambiguate A Pod Crash To Application Or To Kubernetes Platform?

Recently, I was debugging two completely different Pod crash scenarios. In the first case, the Pod got into CrashLoopBackOff almost immediately after it got created while in another case the pod was killed randomly after running for a few days. I spent about an hour to determine the root cause…

Kubernetes

4 min read

Kubernetes Tip: How To Disambiguate A Pod Crash To Application Or To Kubernetes Platform?
Kubernetes Tip: How To Disambiguate A Pod Crash To Application Or To Kubernetes Platform?

Published in tailwinds-navigator

·Sep 1, 2020

Kubernetes Tip: How Does OOMKilled Work?

Most Kubernetes users would have encountered OOMKilled at least once. When OOMKilled occurs, we tend to recalibrate the pod’s QoS or move the pod to a different node thinking there is a memory issue with the node. …

Kubernetes

3 min read

Kubernetes Tip: How Does OOMKilled Work?
Kubernetes Tip: How Does OOMKilled Work?

Published in tailwinds-navigator

·Aug 25, 2020

Kubernetes Tip: How Statefulsets Behave Differently Than Deployments When Node Fails?

Kubernetes is a platform that one needs to morph to make it work. As part of personalizing effort, having a strategy to handle node failure cases becomes an important criterion. To implement such a blueprint, one needs to understand how different controllers behave when a node fails. …

Kubernetes

3 min read

Kubernetes Tip: How Statefulsets Behave Differently Than Deployments When Node Fails?
Kubernetes Tip: How Statefulsets Behave Differently Than Deployments When Node Fails?

Published in tailwinds-navigator

·Aug 18, 2020

Kubernetes Tip: How To Make Kubernetes React Faster When Nodes Fail?

We understand What happens to pods when nodes fail? but would also want the Kubernetes system to react faster when nodes fail to make the system robust in terms of availability and reliability. Let’s understand the flow of events and learn about related timers before tweaking them. Events Observed When Node Becomes Unhealthy. Derived Retry Parameter. node-status-update-frequency is a…

Kubernetes

3 min read

Kubernetes Tip: How To Make Kubernetes React Faster When Nodes Fail?
Kubernetes Tip: How To Make Kubernetes React Faster When Nodes Fail?

Published in tailwinds-navigator

·Jun 9, 2020

Kubernetes Tip: What Happens To Pods Running On Node That Become Unreachable?

It is very common for the worker nodes to get disconnected from their master due to various reasons. In such conditions, there are a bunch of questions we need answers for such as, Do master delete pods running on unreachable nodes?, How do Kubernetes controllers behave?, Does the pod continue…

Kubernetes

4 min read

Kubernetes Tip: What Happens To Pods Running On Node That Become Unreachable?
Kubernetes Tip: What Happens To Pods Running On Node That Become Unreachable?

Published in tailwinds-navigator

·Jun 2, 2020

Kubernetes Tip: How To Gracefully Handle Pod Shutdown?

There are many use-cases where Pod delete requires to be handled gracefully. Few examples are; logs of the deleting pod to be stored in a remote location, Current requests/jobs to be processed before Pod deletes, or update certain rules/fields before shut down. Such use-cases require an understanding of how the…

Kubernetes

2 min read

Kubernetes Tip: How To Gracefully Handle Pod Deletion?
Kubernetes Tip: How To Gracefully Handle Pod Deletion?
Bhargav Bhikkaji

Bhargav Bhikkaji

Tailwinds

Following
  • Kailash Chander

    Kailash Chander

  • developer-guy

    developer-guy

  • Mayank Kapoor

    Mayank Kapoor

  • saif ali

    saif ali

  • Chandran Anjur

    Chandran Anjur

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable