Kubernetes Patterns: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 45: Line 45:
==Ambassador==
==Ambassador==
{{Internal|Kubernetes_Patterns_Ambassador#Overview|Ambassador}}
{{Internal|Kubernetes_Patterns_Ambassador#Overview|Ambassador}}
=Configuration Patterns=
==EnvVar Configuration==
{{Internal|Kubernetes_Patterns_EnvVar_Configuration#Overview|EnvVar Configuration}}
==Configuration Resource==
{{Internal|Kubernetes_Patterns_Configuration_Resource#Overview|Configuration Resource}}
==Immutable Configuration==
{{Internal|Kubernetes_Patterns_Immutable_ConfigurationOverview|Immutable Configuration}}
==Configuration Template==
{{Internal|Kubernetes_Patterns_Configuration_Template#Overview|Configuration Template}}

Revision as of 22:06, 16 February 2024

External

Internal

Overview

Foundational Patterns

Predictable Demand

Predictable Demand

Declarative Deployment

Declarative Deployment

Health Probe

Health Probe

Managed Lifecycle

Managed Lifecycle

Automated Placement

Automated Placement

Behavioral Patterns

Batch Job

Batch Job

Periodic Job

Periodic Job

Daemon Service

Daemon Service

Singleton Service

Singleton Service

Stateless Service

Stateless Service

Stateful Service

Stateful Service

Service Discovery

Service Discovery

Self Awareness

Self Awareness

Structural Patterns

Init Container

Init Container

Sidecar

Sidecar

Adapter

Adapter

Ambassador

Ambassador

Configuration Patterns

EnvVar Configuration

EnvVar Configuration

Configuration Resource

Configuration Resource

Immutable Configuration

Immutable Configuration

Configuration Template

Configuration Template