K
Q

How to run a zero downtime application in kubernetes StatefulSet

7/2/2018

I would like to run a stateful application (performs read/ write operations into a specific folder) in Kubernetes without a single instance dependency.

  1. Can I use statefulset for this requirement.
  2. Is it necessary to use a shared file system (eg: GFS, EFS...)?
  3. If yes, does it affect my application's performance.
-- Akhil KM
kubernetes
statefulset

Similar Questions

Kubernetes: Unable to mount volumes for pod
Deploy a Flask Service on Google Kontainer Engine
Passing arguments inside pre-upgrade hook in Helm
Kubectl set environment variables and run command
Way of filter Pods by FieldSelector spec.nodeName when testing kubernetes go client api calls
How to access Kubernetes container environment variables from React.js application?
Can Kubernetes scale down but avoid disconnecting users?
Kubernetes Ingress with 302 redirect loop
EKS Fargate - ingress controller for a private cluster with no outbound internet access? aws-alb-ingress not supported
What does somestring1_somestring2:metric_name:some_operation mean in prometheus query language
Add Helm chart dependency repository as git url
skaffold can't find image it has just build

0 Answers