Difference between revisions of "Crossplane.io"

From wikieduonline
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[wikipedia:Crossplane.io]] [[control plane]] framework
+
[[wikipedia:Crossplane.io]] ([https://blog.crossplane.io/introducing-crossplane/ 2018]) [[control plane]] framework
  
 
* https://www.crossplane.io/
 
* https://www.crossplane.io/
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]]
  
[[helm repo add]] crossplane-stable https://charts.crossplane.io/stable
+
Features:
helm repo update
+
* Real time: [[drift detection]]
 +
* [[Policy]]-based governance
 +
* [[etcd]] state management
  
helm install crossplane \
 
crossplane-stable/crossplane \
 
--namespace crossplane-system \
 
--create-namespace
 
  
kubectl get pods -n crossplane-system
+
== Related ==
NAME                                      READY  STATUS    RESTARTS  AGE
+
* <code>[[kind: Provider]], [[kind: Bucket]]</code>
crossplane-d4cd8d784-ldcgb                1/1    Running  0          54s
+
* [[Terraform]]
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
 
 
 
 
 
 
 
[[kind: Provider]]
 
  
 
== See also ==
 
== See also ==

Latest revision as of 11:42, 21 March 2024

Advertising: