Nice practical video. I would be interested in video with examples with a sample app on managing multiple K8s clusters with a single Flux/ArgoCD instance.
@Upbound2 жыл бұрын
Adding it to the TODO list... :)
@arns90062 жыл бұрын
Will crossplane work with Karpenter or they will conflict ?
@Upbound2 жыл бұрын
It would work without any problem. You'd probably create a Crossplane composition that contains all AWS resource (e.g., EKS, NodeGroup, Subnets, VPCs, etc.) plus a Kubernetes or Helm resource for Karpenter. That is, in case you'd like to have it all together.
@arns90062 жыл бұрын
@@Upbound The nodes created via karpenter autoscaling won't be remove by crossplane ?
@Upbound2 жыл бұрын
By default, karpenter does not affect the existing node pool but creates its own nodes.
@haimari8712 жыл бұрын
Great Video, instead of waiting for flux you can run "flux reconcile kustomization whatever --with-source"