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

Production deployment/logging/monitoring #1054

Closed
dhmlau opened this issue Feb 26, 2018 · 3 comments
Closed

Production deployment/logging/monitoring #1054

dhmlau opened this issue Feb 26, 2018 · 3 comments
Assignees

Comments

@dhmlau
Copy link
Member

dhmlau commented Feb 26, 2018

Cross posting from @bajtos ' comment:

production deployment, monitoring and logging; ideally using IBM Cloud as the target platform for our demos and to help us prioritize different aspects of production readiness. This topic involves questions like:

  • How do I modify behavior of my LoopBack4 application in production, e.g. modify error responses to not leak any sensitive data?
  • How do I configure database connection strings, access credentials, port number to listen on, etc. for my LoopBack4 application?
  • How can I secure my application? (This overlaps with the existing epic of Authentication/authorization/security.)
  • How do I monitor behavior of my LoopBack application in production, what useful insights can I get on top of usual low-level Node.js metrics?
  • How can I upgrade my applications with zero downtime? Is there anything special needed to enable blue/green deployments?
  • Where can I find logs from my app? How can I produce my own log entries from my custom code (e.g. controller methods)?

In addition, we need to be able change to use different config json based on the NODE_ENV. https://loopback.io/doc/en/lb3/Preparing-for-deployment.html#configuration-for-deployment.

  • Need to add support for server/config.production.json, server/component-config.production.json and server/datasource.production.json
@dhmlau
Copy link
Member Author

dhmlau commented Nov 8, 2019

see the documentation Deploy the Shopping Application as Cloud-native Microservices using Kubernetes: https://github.com/strongloop/loopback4-example-shopping/tree/master/kubernetes

@raymondfeng
Copy link
Contributor

A blog is being developed - https://github.com/strongloop/strongloop.com/pull/227

@dhmlau
Copy link
Member Author

dhmlau commented Nov 23, 2019

Closing as done. The blog is scheduled to be published.

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

No branches or pull requests

3 participants