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

Solution for provided task #2

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

teamfighter
Copy link

@teamfighter teamfighter commented Mar 27, 2024

Documentation located in docs folder, please check.
Helm chart has helm-docs generated README.md.

Steps done:

  • create Dockerfile for this application
  • create docker-compose.yaml to replicate a full running environment
    so that a developer can run the entire application locally without having
    to run any dependencies (i.e. redis) in a separate process.
  • explain how you would monitor this application in production. please
    write code/scripts to do the monitoring.
  • prepare local Kubernetes environment (using MiniKube + Helm) to run our application in pod/container.
    it should be created a helm chart with resources for deploying application to Kuberenetes.
    store all relevant scripts (kubectl commands etc) in your forked repository.

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.

1 participant