github.com/IBM-Cloud/bluemix-go@v0.0.0-20240423071914-9e96525baef4/examples/container/bind_service/README.md (about) 1 # Service Bind example 2 3 This example shows how to bind an existing service to an existing cluster 4 5 Example: 6 7 ``` 8 go run main.go -org example.com -space test -clustername myCluster service_instance testService -namespace default 9 ```