Duration: 3:00
Start by cloning the github repository for the Guestbook application and move into the kubernetes examples directory.
[vagrant@rhel-cdk ~]$ git clone https://github.com/redhat-developer-demos/kubernetes-lab
[vagrant@rhel-cdk ~]$ cd kubernetes-lab/kubernetes
Kubernetes resources can be specified using yaml or json formats. We will be using the yaml files in this directory to decribe and deploy the Kubernetes objects in our development environment. You are definitely encouraged to read them and see how pods, services, and others are declared. We’ll walk through a couple of these files in detail.