Difference between revisions of "Crossplane.io"
Jump to navigation
Jump to search
Line 37: | Line 37: | ||
− | + | == Related == | |
[[kind: Provider]] | [[kind: Provider]] | ||
+ | [[Terraform]] | ||
== See also == | == See also == |
Revision as of 11:26, 21 March 2024
wikipedia:Crossplane.io (2018) control plane framework
- https://www.crossplane.io/
- https://github.com/crossplane/crossplane
- Blog: https://blog.crossplane.io/
- Providers: https://docs.crossplane.io/latest/concepts/providers/
helm repo add crossplane-stable https://charts.crossplane.io/stable helm repo update
helm install crossplane \ crossplane-stable/crossplane \ --namespace crossplane-system \ --create-namespace
kubectl get pods -n crossplane-system NAME READY STATUS RESTARTS AGE crossplane-d4cd8d784-ldcgb 1/1 Running 0 54s crossplane-rbac-manager-84769b574-6mw6f 1/1 Running 0 54s
kubectl api-resources | grep crossplane compositeresourcedefinitions xrd,xrds apiextensions.crossplane.io/v1 false CompositeResourceDefinition compositionrevisions comprev apiextensions.crossplane.io/v1 false CompositionRevision compositions comp apiextensions.crossplane.io/v1 false Composition environmentconfigs envcfg apiextensions.crossplane.io/v1alpha1 false EnvironmentConfig usages apiextensions.crossplane.io/v1alpha1 false Usage configurationrevisions pkg.crossplane.io/v1 false ConfigurationRevision configurations pkg.crossplane.io/v1 false Configuration controllerconfigs pkg.crossplane.io/v1alpha1 false ControllerConfig deploymentruntimeconfigs pkg.crossplane.io/v1beta1 false DeploymentRuntimeConfig functionrevisions pkg.crossplane.io/v1beta1 false FunctionRevision functions pkg.crossplane.io/v1beta1 false Function locks pkg.crossplane.io/v1beta1 false Lock providerrevisions pkg.crossplane.io/v1 false ProviderRevision providers pkg.crossplane.io/v1 false Provider storeconfigs secrets.crossplane.io/v1alpha1 false StoreConfig
Related
kind: Provider Terraform
See also
Advertising: