Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.17 KB

crossplane.md

File metadata and controls

46 lines (36 loc) · 1.17 KB

Crossplane

  • K8S extension for managing resources of K8S and non-K8S via (providers) with watching a state for them.
  • Similar to Terraform and Pulumi ( and can manage them )
  • CLI interface

Namespace

namespace: crossplane-system
kind: managed resource

deployments

> kubectl get deployments -n crossplane-system
NAME                      READY   UP-TO-DATE   AVAILABLE 
crossplane                1/1     1            1         
crossplane-rbac-manager   1/1     1            1         

Resources

flowchart LR 

c[crossplane] ---o k[k8s]
c <-.->|r/w| e[etcd]

p[providers] --o c

p --> cr[composition
         resource]  --> m[managed 
                          resource]

p --> cm[composition] --> cr

Loading

resolve issues

  • resource map
  • logs

Links