You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure the output of get pods matches the output as shown above ... and that all 8 services are shown as **RUNNING**.
74
74
75
-
The application will take a few minutes to start up and synchronize all the services, so let's get the actual application downloaded in the mean-time.
75
+
The application will take a few minutes to start up , create the database and synchronize all the services, so let's get the actual source code for the application downloaded in the mean-time.
76
76
77
77
## 2. Downloading the Spring Microservices PetClinic Application
78
78
79
-
For this exercise, we will use the Spring microservices PetClinic application. This is a very popular sample Java application built with the Spring framework (Springboot) and we are using a proper microservices version.
79
+
For this exercise, we will use the Spring microservices PetClinic application. This is a very popular sample Java application built with the Spring framework (Springboot) and we are using a version witch actual microservices.
80
80
81
81
First, clone the PetClinic GitHub repository, as we will need this later in the workshop to compile, build, package and containerize the application:
82
82
@@ -90,12 +90,6 @@ Change into the `spring-petclinic` directory:
Next, we will start a Docker container running Locust that will generate some simple traffic to the PetClinic application. Locust is a simple load-testing tool that can be used to generate traffic to a web application.
As part of this workshop we going to use some of the advanced instrumentation features, and will add some annotations to our code to get even more valuable data from our Java application. Kubernetes need to pull these images form somewhere, so lets setup a local repository so Kubernetes can pull the local images.
181
+
As part of this workshop we going to use some of the advanced instrumentation features, and will add some annotations to our code to get even more valuable data from our Java application. Kubernetes need to pull these images from somewhere, so lets setup a local repository, so Kubernetes can pull these local images.
0 commit comments