Kubernet
Subscribe

stateful sets

A collection of 2 posts
Connect to an Application in Kubernetes as Localhost
Kubernetes

Connect to an Application in Kubernetes as Localhost

This is an incredibly useful tool. If you have an application running in Kubernetes and you need to connect to you application or database, you can simply forward a port to your local machine via the kubectl port-forward command. Let's say you have a MySQL database running in Kubernetes and
Jan 5, 2021 1 min read
When to use a StatefulSet in Kubernetes
Kubernetes

When to use a StatefulSet in Kubernetes

To put it simply, a StatefulSet should be used to govern one or more related pods that need to track state in some way. A StatefulSet would be what you use instead of a Deployment. StatefulSets are a particularly cool implementation detail among Kubernetes workload APIs. It works very similarly
Jan 3, 2021 2 min read
Kubernet © 2023
Powered by Ghost