Rolling updates Historical Overlord Middle Managers/Indexers Rolling restart (restore-based) Rolling restart (graceful-termination-based) Autoscaling-based replacement Standa...
Standalone deployment Limitations Usage Failure modes Control plane offline Standalone deployment This is the simplest deployment mode for Kuma, and the default one. Contr...
Standalone deployment About Limitations Usage Failure modes Control plane offline Standalone deployment About This is the simplest deployment mode for Kuma, and the defaul...
Standalone deployment About Limitations Usage Failure modes Control plane offline Standalone deployment About This is the simplest deployment mode for Kuma, and the defaul...
Proc The Proc type Invoking From methods Proc A Proc represents a function pointer with an optional context (the closure data). It is typically created with a proc literal: ...
Configure a Pod to Use a Projected Volume for Storage Before you begin Configure a projected volume for a pod Clean up What’s next Configure a Pod to Use a Projected Volume...
if if An if evaluates the given branch if its condition is truthy. Otherwise, it evaluates the else branch if present. a = 1 if a > 0 a = 10 end a # => 1...
if if An if evaluates the given branch if its condition is truthy. Otherwise, it evaluates the else branch if present. a = 1 if a > 0 a = 10 end a # => 1...