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

Swap Eiffel generic helm chart object statefulset to deployment #56

Open
emichaf opened this issue Nov 19, 2020 · 0 comments
Open

Swap Eiffel generic helm chart object statefulset to deployment #56

emichaf opened this issue Nov 19, 2020 · 0 comments

Comments

@emichaf
Copy link
Contributor

emichaf commented Nov 19, 2020

Description

Eiffel bundle uses generic Helm chart with statefulset. The statefulset is not needed for stateless microservices and should be swapped with deployments. Included 3PPs like mongoDB/RabbitMQ etc. are excluded in this Issue.

Motivation

Statefulsets are used for managing stateful applications (like DBs etc). Deployments are used for stateless applications like Eiffel components.

Exemplification

https://kubernetes.io/docs/concepts/workloads/controllers/deployment/

Benefits

Use recommended K8S objects for stateless microservices.

Possible Drawbacks

None

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

No branches or pull requests

1 participant