Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
6049f5b
[feat] initial commit for react.js application guide; added build-ima…
kris-velkov Feb 27, 2025
932b344
[fix] fix minor issues flagged by Vale bot
kristiyan-velkov Apr 11, 2025
7526335
Update content/guides/reactjs/_index.md
kristiyan-velkov Apr 18, 2025
abd017d
Update content/guides/reactjs/containerize.md
kristiyan-velkov Apr 18, 2025
27ad67a
Update content/guides/reactjs/containerize.md
kristiyan-velkov Apr 18, 2025
8c4226f
Update content/guides/reactjs/containerize.md
kristiyan-velkov Apr 18, 2025
5f20010
Update content/guides/reactjs/containerize.md
kristiyan-velkov Apr 18, 2025
bde3429
Update content/guides/reactjs/deploy.md
kristiyan-velkov Apr 18, 2025
933a10e
Update content/guides/reactjs/deploy.md
kristiyan-velkov Apr 18, 2025
bdd1874
Update content/guides/reactjs/deploy.md
kristiyan-velkov Apr 18, 2025
d0d66cd
Update content/guides/reactjs/deploy.md
kristiyan-velkov Apr 18, 2025
6220962
Update content/guides/reactjs/deploy.md
kristiyan-velkov Apr 18, 2025
1212708
Update content/guides/reactjs/containerize.md
kristiyan-velkov Apr 18, 2025
852eaa1
Update content/guides/reactjs/containerize.md
kristiyan-velkov Apr 18, 2025
5391491
Update content/guides/reactjs/configure-ci-cd.md
kristiyan-velkov Apr 18, 2025
a3b62b0
[fix] Fix linting issues and bold texts.
kristiyan-velkov Apr 18, 2025
2f4e9fb
[fix] Fix linting issues and some bold text issues
kristiyan-velkov Apr 18, 2025
3bd8fc6
[fix] linting issues and improve the structure of the files.
kristiyan-velkov Apr 18, 2025
59ef47f
[feat] added linting improvements to develop file
kristiyan-velkov Apr 23, 2025
771fd65
[fix] FIx indent issue in develop.md file
kristiyan-velkov Apr 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update content/guides/reactjs/deploy.md
Co-authored-by: Craig Osterhout <[email protected]>
  • Loading branch information
kristiyan-velkov and craig-osterhout authored Apr 18, 2025
commit 933a10eb5bfe5c0007d2b93075486feb05d36e03
2 changes: 1 addition & 1 deletion content/guides/reactjs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ This ensures your cluster stays clean and ready for the next deployment.

## Summary

In this section, you learned how to deploy your **React.js application** to a local Kubernetes cluster using **Docker Desktop**. This setup allows you to test and debug your containerized app in a production-like environment before deploying it to the cloud.
In this section, you learned how to deploy your React.js application to a local Kubernetes cluster using Docker Desktop. This setup allows you to test and debug your containerized app in a production-like environment before deploying it to the cloud.

What you accomplished:

Expand Down
Loading