Alison's New App is now available on iOS and Android! Download Now

Module 1: Deploying an App

    Study Reminders
    Support

    You were shown how to deploy an app on a cluster. In the Kubernetes dashboard the 'Deploy App' button, provides options to designate the app name, provide the container image, specify the number of pods and define the service. A Wordpress depository can be brought into the cluster, using the Google Cloud shell. Pulling images from Docker and pushing images to the Google storage area, was demonstrated. Inputting the 'docker images' command in the container engine shell, reveals the existing images. Inputting the 'docker pull mongo' command, pulls the mongo repository from Docker Hub into the VM. A simple multi-tier web application project using Kubernetes (Claydesk-1380), was started; a PHP guestbook app was used as an example. GitHub was used to fork Kubernetes .yaml guestbook files. The Guestbook app was run on the cluster.The cluster info and Kubernetes URL, was written in the Google Cloud shell.