buy tb-500

Create a new pod called custom-nginx using the nginx image and expose it on container port 8080.

$kubectl run custom-nginx –image=nginx –port=8080

Leave a Reply