Rolling your own servers with Kubernetes
gravitational.com
Rolling your own servers with Kubernetes
1–10 of 209 posts
Re: Rolling your own servers with Kubernetes
#2Re: Rolling your own servers with Kubernetes
#3Re: Rolling your own servers with Kubernetes
#4Re: Rolling your own servers with Kubernetes
#5Re: Rolling your own servers with Kubernetes
#6Re: Rolling your own servers with Kubernetes
#7Re: Rolling your own servers with Kubernetes
#8Last physical datacenter my team at the time ran our app in we spent weeks troubleshooting some hardware network driver issues that caused the network to drop. Was an enormous distraction and Dell and VMware support were useless at resolving it for us. I’m glad to have others deal with those low level “oh it must just be your setup” issues.
Re: Rolling your own servers with Kubernetes
#9I am curious to see how they recommend handling storage on bare metal k8s.
- Application servers are stateless.
- All state lives in stateful databases.
- Those database handle high availability at the application layer by replication data, so you can use local storage and deploy them using StatefulSets. Has the extra benefit of avoiding the network storage latency penalty.
Re: Rolling your own servers with Kubernetes
#10Last physical datacenter my team at the time ran our app in we spent weeks troubleshooting some hardware network driver issues that caused the network to drop. Was an enormous distraction and Dell and VMware support were useless at resolving it for us. I’m glad to have others deal with those low level “oh it must just be your setup” issues.