Integrating Sealights with apps

Here we’re going to explain we’ve implemented Sealights on the boutique app.

Before everything we highly recommend you take a look at the original project’s readme file at https://github.com/GoogleCloudPlatform/microservices-demo to familiarize yourself with the project.

You should know that the boutique is run using Kubernetes via helm and built using Kaniko, for more details on how we deliver different values to the Dockerfiles and how to lunch the project go here.

Now with that out of the way, we're going to get you familiar with the project and the microservices details.

You will probably be looking for an example on how to integrate Sealights with the programming language you use in docker. So here is the list of programming languages for each microservice from the original repository's readme file:

List of microservices and languages they were written in

Now for Java and C# we use something called CD agent where you don't have to change the dockerfile you use init-container and integrate it in the yaml file, for the rest you have to change the docker file.

Java and C# CD agentsPython, go and node agents

Last updated