My Wiki!
**You've loaded an old revision of the document!** If you save it, you will create a new version with this data.
Media Files
# Kustomize explain ``` . ├── base │ ├── app │ │ ├── configmap.yaml │ │ ├── consumer-authproxyworkload.yaml │ │ ├── consumer-deployment.yaml │ │ ├── external-secret-db.yaml │ │ ├── external-secret.yaml │ │ ├── kustomization.yaml │ │ ├── migration-authproxyworkload.yaml │ │ ├── migration-deployment.yaml │ │ ├── rest-authproxyworkload.yaml │ │ ├── rest-deployment.yaml │ │ ├── rest-scaled-object.yaml │ │ ├── rest-service.yaml │ │ ├── service-account.yaml │ │ └── virtual-service.yaml │ └── infra │ ├── postgres │ │ ├── external-secret.yaml │ │ └── kustomization.yaml │ └── redis │ ├── external-secret.yaml │ └── kustomization.yaml ├── envs │ └── dev │ ├── app │ │ ├── configmap.yaml │ │ ├── consumer-deployment.yaml │ │ ├── consumer-resources.yaml │ │ ├── kustomization.yaml │ │ ├── migration-deployment.yaml │ │ ├── migration-resources.yaml │ │ ├── rest-deployment.yaml │ │ ├── rest-resources.yaml │ │ ├── service-account.yaml │ │ └── virtual-service.yaml │ └── infra │ ├── postgres │ │ └── kustomization.yaml │ └── redis │ └── kustomization.yaml ``` ## Inheritance How Kafka Topics Actually Get Included The Kafka topic fields come from the base ConfigMap through Kustomize's inheritance mechanism. Here's the process: * Base ConfigMap defines the Kafka topic fields with ENV_PLACEHOLDER values * Production ConfigMap completely replaces the base ConfigMap BUT only defines the fields it explicitly contains * Replacements then modify the KAFKA_* fields that were inherited from the base
Save
Preview
Cancel
Edit summary
Note: By editing this page you agree to license your content under the following license:
Trace:
Article
Discussion
Edit this page
Old revisions
Log In
Navigation
ai_eng
cloudsa
devices
devops
documents
linux
misc
old_wiki
playground
programming
projects
resources
todo
ui-ux
virtualization
wiki
windows
work_dai_labor
yacoub
00_watch_list
01_publication_watchlist
02_pjs_task_overview
apache_wiki
damcuoi
heuristics
learning_resources
navigation
sidebar
td_wiki
v_openinfra_watch
Search
Toolbox
What links here
Recent Changes
Media Manager
Site index
Printable version
Permanent link
Cite this article