Extending Kubernetes API for Complex Stateful Applications using Operator
TConventional wisdom says you can’t run a database in a container because “Containers are stateless!” or “Databases are pointless without state!” However, this is not true any longer with Kubernetes 1.5, which includes the new StatefulSet API object (in older versions, StatefulSet was known as PetSet). With StatefulSets, Kubernetes makes it easier to run stateful workloads such as Couchbase Server, a NoSQL database.
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.