Welcome to our Unf*cking Kubernetes tutorial
Deploying an Application - a Pacman game
Almost there! We will now deploy our application:
- click on Applications on the left menu
- then the +Add application with form button
- select the tutorial namespace that we created on the previous step
- let's name the application on the first field for example, mypacman
- on the Registry option, click on the dropdown box and select unf*ck kubernetes
- on the Image field you can use
pacman
- you can enable the Enable publishing for this application , select NodePort and type
80
on the container port field and 30080
on the node port field
- and now you can click on the Deploy application button
Previous Next