.PHONY: run run: kubectl run --image container.localdomain/java-template --port 8080 --image-pull-policy Always java-template