Created
July 7, 2023 06:46
-
-
Save Ndeta100/2a9d086fe5f97320f99a7ec04f218b5a to your computer and use it in GitHub Desktop.
Deploying and monitoring your Nextjs app with gitHub actions, dockerize, and build an artifact runnable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here is a reference to a video link that will help you with all the simple steps to automate your docker build and push the image to docker hub on every commit, thank me later | |
https://www.youtube.com/watch?v=HwATG0ygxzU&list=PLtvmFy4Ed_DL4Vd2uup0ZT6o_HFSaF-yW&index=11 |
This link can help you easily access kubernetes dashboard with a simple walk through
https://github.com/Channel908/DockerUI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://medium.com/geekculture/deploying-and-scaling-next-js-app-with-kubernetes-docker-e824f9fd9936
kubernetes deployment of next.js app