Hi! We recommend that folks use higher-level abstractions above pods when working with kcp - deployments, stateful sets, etc. If you create a deployment in kcp, it will get synced to a physical cluster (assuming everything is configured correctly), resulting in pods being created in the physical cluster for the deployment.
It is also possible to use the
crd-puller to download the schema for a resource (such as pods), and then apply it to kcp. After that, you could create pod instances in kcp. But again, we do recommend using deployments or other abstractions.
We do have a few open issues related to physical cluster resources and making them visible to users:
Do you have any specific use cases in mind for working with resources that are in Kubernetes but not kcp?
HTH,
Andy