-
Notifications
You must be signed in to change notification settings - Fork 243
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
blog: odo with .NET and PostgreSQL on OpenShift #6500
blog: odo with .NET and PostgreSQL on OpenShift #6500
Conversation
✅ Deploy Preview for odo-docusaurus-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
|
||
|
||
|
||
Now, refresh the local URL [http://localhost:40001](http://localhost:40001). You should see that our application is using the PostgreSQL database. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now, refresh the local URL [http://localhost:40001](http://localhost:40001). You should see that our application is using the PostgreSQL database. | |
Now, refresh the local URL [http://localhost:20001](http://localhost:20001). You should see that our application is using the PostgreSQL database. |
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice tutorial. I added a few comments and suggestions.
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
docs/website/blog/2023-02-01-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
744805e
to
b8ebeba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found 2 minor typos to fix, but LGTM overall.
docs/website/blog/2023-02-17-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
docs/website/blog/2023-02-17-odo-dotnet-postgresql-openshift.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Armel Soro <armel@rm3l.org>
Co-authored-by: Armel Soro <armel@rm3l.org>
Kudos, SonarCloud Quality Gate passed! |
/override Kubernetes-Integration-Tests/Kubernetes-Integration-Tests Overriding because this is a doc-only PR. It was still interesting to see why all those tests failed. |
@rm3l: Overrode contexts on behalf of rm3l: Kubernetes-Integration-Tests/Kubernetes-Integration-Tests, NoCluster-Integration-tests/NoCluster-Integration-tests, OpenShift-Integration-tests/OpenShift-Integration-tests, OpenShift-Integration-tests/OpenShift-Unauth-Integration-tests, windows-integration-test/Windows-test In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
* blog: odo with .NET and PostgreSQL on OpenShift * address reviews * Update docs/website/blog/2023-02-17-odo-dotnet-postgresql-openshift.mdx Co-authored-by: Armel Soro <armel@rm3l.org> * Update docs/website/blog/2023-02-17-odo-dotnet-postgresql-openshift.mdx Co-authored-by: Armel Soro <armel@rm3l.org> --------- Co-authored-by: Armel Soro <armel@rm3l.org>
/area documentation
Start converting some old .NET guides to odo v3, and in the process, I realized that this might be a nice blog post for odo.
This guide shows how
container-overrides
can be leveraged. I think that this could become one of the most important devfile/odo features.Things to do before merging/publishing:
NOTE:
I was also thinking about breaking this into two posts. One just runs the application with an in-memory database. Then the follow-up post with the PostgreSQL.