Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

kubernetes generate config on-the-fly from catladder-config and template on deploy #5

Open
7 tasks
macrozone opened this issue Jul 12, 2017 · 0 comments
Open
7 tasks

Comments

@macrozone
Copy link
Member

goal: there should be no config other than the catladder-config.

It's possible to pipe-in configs into kubectl apply, so at least in deployment, it should be possible to generate the yaml on-the-fly by variables from catladder-config and a template (tbd.).

the whole kubernetes is quite complicated, but it has not much "moving parts":

  • app-name
  • namespace
  • current tag for docker image
  • whether or not it needs a worker-process
  • number of pods / workers
  • db-config (if so)
  • env-variables (from pass)
@macrozone macrozone added this to backlog in kubernetes deploy Jul 12, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Development

No branches or pull requests

1 participant