Difference between revisions of "Crossplane.io"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
* Blog: https://blog.crossplane.io/ | * Blog: https://blog.crossplane.io/ | ||
* Providers: https://docs.crossplane.io/latest/concepts/providers/ | * Providers: https://docs.crossplane.io/latest/concepts/providers/ | ||
+ | * [[helm install crossplane]] | ||
Features: | Features: |
Revision as of 11:29, 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 install crossplane
Features:
- Real time: drift detection
- Policy-based governance
- etcd state management
Installation
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
See also
Advertising: