diff --git a/README.md b/README.md index 323d2a2..d94530f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Running databases and message queues on Kubernetes is becoming more common, and - Health checks and automated restarts of application pods - The Kubernetes Operator model allows specialists to encode the processes for setting up and managing a stateful application into a program. This program can then manage the initial configuration of the application and ongoing operations tasks like backups and upgrades - Declaritive configuration - specifying the desired configuration of the stateful application, rather than the steps to reach that configuration - allows these configurations to be version managed (enabling **GitOps**) and simplifies compliance checks and enforcement on configurations. The process of reconciling the current and desired configurations is managed partly by the Kubernetes controllers and partly by the Operator for the application. -Links to further information on these features, and how they enable stateful application on on Kubernetes, are in the sections below. +Links to further information on these features, and how they enable stateful application on Kubernetes, are in the sections below. ## Intro to Stateful