简体   繁体   中英

Is it possible to install KNative on Google GKE in "Autopilot" mode?

Is it possible to install KNative on Google GKE in "Autopilot" mode? I unfortunately haven't found any tutorial on this and cannot use a managed solution for this project because the cpu and memory ressources of my workload are too high. (The workload needs 40 CPU cores and 60GB RAM per KNative event which is not supported on google cloud functions, google cloud run or IBM Code Engine).

Many thanks in advance for your help

You'll need to use GKE 1.21 or later, which adds support for mutating admission we hooks .

It should work on GKE 1.21 or later, assuming that autopilot clusters support pods with those resource requirements.

General installation instructions should work, assuming you have GKE 1.21 or later.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM