Sobes.tech
Junior — Middle

What types of resources are permissible to deploy in the chosen environment version?

sobes.tech AI

Answer from AI

The types of resources that are permissible to deploy in a selected environment version depend on the specific platform and its version. For example, in Kubernetes version 1.21, resources such as Pod, Deployment, Service, ConfigMap, Secret, StatefulSet, DaemonSet, and other standard objects are supported. New resource types may appear or old ones become deprecated in newer versions. It is important to refer to the official documentation of the chosen version to understand which resources are supported and how they should be described in manifests.

If it concerns another environment (for example, a cloud platform or CI/CD), the list of permissible resources is also determined by its specifications and version. Typically, this includes compute resources (virtual machines, containers), storage, networks, and services supported by that version.