nApp Setup the Kubectl environment first Expose the application using a NodePort service: kubectl expose deployment node-app --type=NodePort --port=80 Verify the Deployment: kubectl logs deployment/node-app Access the Application: minikube service node-app --url