famous-mouse-60188
05/29/2026, 4:36 AMwget the artifact
5. artifact is a script
a. script installs pulumi
b. script asks for token to do pulumi login
c. script runs pulumi up
i. pulumi is smart enough to sort out the binary within the artifact and run the java appmodern-zebra-45309
05/29/2026, 7:58 AMpulumi up as part of the CI/CD pipeline.some-flower-64874
05/29/2026, 8:24 AMquiet-activity-16822
05/29/2026, 11:43 AMfamous-mouse-60188
06/02/2026, 12:13 AM./gradlew clean build
5. pulumi up 5 mins later i have a clean AKS cluster to run my experiments
6. once i am done to keep record in the pulumi app i do pulumi destroy
I thought i could avoid step 2 to 4 by trying to have a Fat Jar or a java distribution of the gradle project.