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

Adopt cloud native technologies #93

Closed
wipxel opened this issue Jun 27, 2020 · 1 comment
Closed

Adopt cloud native technologies #93

wipxel opened this issue Jun 27, 2020 · 1 comment
Labels
invalid This doesn't seem right

Comments

@wipxel
Copy link

wipxel commented Jun 27, 2020

Containerization is playing a crucial part in the way developers and architects build and think about systems. It would be nice if we can host OPW blog on a docker enabled cluster like k8s without having to do the heavy lifting ourselves.

That heavy lifting would include:

  • creating Dockerfile and docker-compose.yml files for OPW blog components
  • creating build pipelines that push the OPW blog images to an image registry

By having OPW blog images on a public image registry like docker-hub, we would open OPW blog to developers who are used to using cloud native tech. Once we have the images on a public registry we would also be able to look into creating reference deployments for k8s, allowing developers to have the platform up and running on their cluster with a single command.

@wipxel wipxel changed the title adopt cloud native technologies Adopt cloud native technologies Jun 27, 2020
@petervandenhout petervandenhout added the invalid This doesn't seem right label Jun 30, 2020
@petervandenhout
Copy link
Member

The goal of this project never was to create a complete website/UI, it was always meant to be part of something else. The idea is that you have an existing ASP.NET website and by adding the PineBlog nuget packages add a blog to your website. Therefor containerizing PineBlog does not make sense, you should containerize your website..

I'm closing this issue because it is out of scope for the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants