Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubectl apply -f kompose # working k8s manifests #1263

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

nargetdev
Copy link

@nargetdev nargetdev commented Jan 17, 2023

With the use of initContainers we are able to initialize data for the volumes from the contents of the Docker container for kubernetes cluster. docker compose does this normally, but we had to do it explicitly for k8s manifests.

Another small detail was the hostnames i.e. mycodo_flask, mycodo_daemon, etc.
kubernetes doesn't like underscores for their DNS.. so I changed them all to mycodoflask, mycododaemon, etc.

P.S. it looks like I let some old commits slip in here. Let me know if you want me to re-clone and make a cleaner PR.

@nargetdev nargetdev mentioned this pull request Jan 17, 2023
7 tasks
@kizniche
Copy link
Owner

Thanks for this. I've been doing a lot of traveling for work and haven't had a chance to review it all yet. Just jumping in to mention it's on my radar!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants