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

Time:12-14

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

CodePudding user response:

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.

  • Related