Build your Docker image and push it to a registry. Create Kubernetes Deployment and Service manifests to define how the container runs and is exposed. Use kubectl apply -f
to deploy them. Access the app via NodePort or LoadBalancer. You can automate the whole process using Jenkins pipelines.