Created
February 22, 2023 23:03
-
-
Save netodevel/3d3d4d45b5da45385c2c01795d8b3d58 to your computer and use it in GitHub Desktop.
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
kubectl create deployment nginx --image=nginx | |
kubectl create service nodeport nginx --tcp=90:80 | |
kubectl get pods | |
kubectl port-forward ${nome_do_seu_pod} 8083:80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment