Crossplane is an open-source Kubernetes add-on that helps you bring solutions from different providers into a single infrastructure and provide application developers access to this infrastructure through high-level APIs. With Crossplane, users can manage third-party services in the same way they manage Kubernetes resources.
-
Create a service account:
yc iam service-account create --name <service account name>
-
Assign the service account the
admin
role:yc resource-manager folder add-access-binding <folder name or ID> \ --service-account-name <service account name> \ --role admin
-
Configure the application:
-
Namespace: Select a namespace or create a new one.
-
Application name: Enter a name for the application.
-
Service account key:
- Click Create new.
- Select the previously created service account from the list.
- Select RSA_2048 as your encryption algorithm.
- Click Create.
-
-
Click Install.
-
Wait for the application to change its status to
Deployed
.
Yandex Cloud technical support is available 24/7 to respond to requests. The types of requests available and their response time depend on your pricing plan. You can enable paid support in the management console. Learn more about requesting technical support.
Helm chart | Version | Pull-command | Documentation |
---|---|---|---|
yandex-cloud/crossplane/crossplane | 1.15.0 | Open |
Docker image | Version | Pull-command |
---|---|---|
yandex-cloud/crossplane/crossplane1729686309767226517572711681733533304958054759906 | v1.17.1 | |
yandex-cloud/crossplane/crossplane-provider-yc1729686309767226517572711681733533304958054759906 | v0.5.1 |