Kubernetes Patterns: Difference between revisions
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 47: | Line 47: | ||
{{Internal|Kubernetes_Patterns_Ambassador#Overview|Ambassador}} | {{Internal|Kubernetes_Patterns_Ambassador#Overview|Ambassador}} | ||
=Configuration Patterns= | =Configuration Patterns= | ||
{{Internal|Kubernetes_Cluster_Configuration_Concepts#Overview|Kubernetes Configuration Concepts}} | Generic Kubernetes configuration concepts are available here: {{Internal|Kubernetes_Cluster_Configuration_Concepts#Overview|Kubernetes Configuration Concepts}} | ||
==<span id='EnvVar_Configuration'></span>Environment Variable-Based Configuration== | ==<span id='EnvVar_Configuration'></span>Environment Variable-Based Configuration== | ||
{{Internal|Kubernetes_Patterns_Environment_Variable-Based_Configuration#Overview| | {{Internal|Kubernetes_Patterns_Environment_Variable-Based_Configuration#Overview|Environment Variable-Based Configuration}} | ||
==Configuration Resource== | ==Configuration Resource== |
Latest revision as of 23:38, 16 February 2024
External
- Kubernetes Patterns, 2nd Edition by Bilgin Ibryam, Roland Huss https://learning.oreilly.com/library/view/kubernetes-patterns-2nd/9781098131678/
Internal
Overview
Foundational Patterns
Predictable Demand
Declarative Deployment
Health Probe
Managed Lifecycle
Automated Placement
Behavioral Patterns
Batch Job
Periodic Job
Daemon Service
Singleton Service
Stateless Service
Stateful Service
Service Discovery
Self Awareness
Structural Patterns
Init Container
Sidecar
Adapter
Ambassador
Configuration Patterns
Generic Kubernetes configuration concepts are available here: