# README
Instance Customisation Plugin Example
From inside this directory, run the following to build the instance customisation plugin binary:
go run ../../../build.go --release
Then to build the docker image using the supplied Dockerfile:
docker build -t YOUR_REGISTRY/YOUR_REPO/instance-customisation-plugin:latest .
To push your image to a registry of your choice:
docker push YOUR_REGISTRY/YOUR_REPO/instance-customisation-plugin:latest
You can then use the above image tag to install the example helm chart supplied at /charts/instance-customisation-plugin
For example
helm install instance-customisation-plugin charts/instance-customisation-plugin --set image=your_registry/your_repo/image:tag
# Constants
The default port for the custom plugin for kubernetes to listen on This port is important as it will be the port you refer to when adding this as a plugin to the Scalable Pixel Streaming Application (e.g.
# Structs
Implement the generated gRPC plugin server.
No description provided by the author