Utah Tech Logo

IT3300

DevOps virtualization

Kubernetes pokemon

Description

Use the pokemon container that you created in a previous project and deploy to k8s.

You should:

Hint: If you give your mysql Service the name of mysql, it will then be available as mysql.default.svc.cluster.local within the cluster. (That’s what I put as my DB_HOST env variable in the pokemon yml file.)

To Pass off

Show me that you can get this cluster up and running.