apiVersion

Kubernetes Deployment from file returns an error – “no matches for kind “Resource_Type” in version “apps/v1beta1”

I’ve run into this error while going through one of the Kubernetes courses on LinkedIn Learning where exercise files were not updated. Basically on attempt to create deployment from YAML file with the following command: kubectl create -f testdeployment.yaml You may get the following error: error: resource mapping not found for name: “SampleApp” namespace: “” Kubernetes Deployment from file returns an error – “no matches for kind “Resource_Type” in version “apps/v1beta1”