Home > Net >  How GKE costs based on k8s container resources
How GKE costs based on k8s container resources

Time:08-10

There are two fields in k8s, requests, and limits. I want to know that whether GKE cost us on requests or limits.

If request is 1Gi and limits is 2Gi Will I be costed for 1Gi or 2Gi?

CodePudding user response:

There are two different modes of operation in Google Kubernetes Engine: Autopilot (easier to manage, but less flexible) and Standard. They're billed enter image description here

  • Related