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

Added Kubernetes deployment yaml files #574

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

Conversation

ashutoshojha5
Copy link

No description provided.

Copy link

what-the-diff bot commented Aug 6, 2024

PR Summary

  • Added a configuration file for Kubernetes
    The new configmap.yaml file has been added to the 4.4/kubernetes directory. This file provides key environmental configuration data to be used by Kubernetes when deploying our app.

  • Introduced a Kustomization file
    We added a kustomization.yaml file to the 4.4/kubernetes directory. It instructs Kubernetes on what resources (config files, services, etc.) to use when deploying the services, smoothing out the overall deployment process.

  • Created a Service description file
    The new service.yaml file has been added to the 4.4/kubernetes directory. This file instructs Kubernetes on how to expose our app to the network, specifying things like the port number and the protocol to use (in this case, TCP).

  • Added a StatefulSet description file
    The statefulset.yaml file has been added to the 4.4/kubernetes directory. This file tells Kubernetes how to deploy our app as a StatefulSet, a type of deployment that maintains network identity and storage across pod restarts. This is ideal for databases and other services that need persistency.

@leonardehrenfried
Copy link
Collaborator

I have no idea about k8s so I will take your word for it.

Can you move this to the contrib folder and add a readme with how to reach you? I can't answer questions about this and want people to direct them to you.

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.

2 participants