add screenshots

This commit is contained in:
Piethein Strengholt
2018-05-11 13:03:17 +02:00
parent 0706902641
commit ac26aae670
4 changed files with 6 additions and 0 deletions

BIN
public/img/kubernetes.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

View File

@@ -30,6 +30,8 @@ If the image works correctly you should be able to open the following webpage. M
http://localhost:8181/ http://localhost:8181/
``` ```
![Screenshot](public/img/laravel-docker.png)
### Build the image and push to Docker Hub ### Build the image and push to Docker Hub
The next step is that we will create a new Docker image, which will be pushed to the Docker Hub. The Docker Hub is a repository that hosts images from many different projects. Building and pushing an image allows us to pull in an image to Kubernetes at a later stage. Perform the following command to build the image: The next step is that we will create a new Docker image, which will be pushed to the Docker Hub. The Docker Hub is a repository that hosts images from many different projects. Building and pushing an image allows us to pull in an image to Kubernetes at a later stage. Perform the following command to build the image:
@@ -93,6 +95,8 @@ Your default webbrowser will open a new tab using the following url:
http://192.168.99.100:30000/#!/overview?namespace=default http://192.168.99.100:30000/#!/overview?namespace=default
``` ```
![Screenshot](public/img/kubernetes.png)
We can also validate the status by using the commandline. Run the following command: We can also validate the status by using the commandline. Run the following command:
``` ```
@@ -122,6 +126,8 @@ Use the port name and open the browser to validate if the image is working accor
http://192.168.99.100:32469/ http://192.168.99.100:32469/
``` ```
![Screenshot](public/img/laravel-project.png)
In case you want to debug, you can use the following command to see the events generated by Kubernetes: In case you want to debug, you can use the following command to see the events generated by Kubernetes:
``` ```