Welcome to our Unf*cking Kubernetes tutorial
Deploying an Application - a MySQL database
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, mydb
- on the Image field you can use
ubuntu/mysql
- on Environment variables, click on the +add environment variable button
- on the name field you add
MYSQL_ROOT_PASSWORD
and on the value field you can add db1234
- you can enable the Enable publishing for this application , select ClusterIP and type
3306
on the container port field
- and now you can click on the Deploy application button
Previous Next