Init Containers 未対応 • Pod にマウントできる Volume の制限 ◦ secret, configMap, projected のみサポート • Pod へのリクエスト分散 ◦ Service のエンドポイントにリクエストを投げるので kube-proxy 依存 • nodeSelector, Node Affinity, Tolerations 非サポート • ゼロスケールのタイミング • FQDN の命名規則の制約 ◦ クラスター内で重複しないように設定する必要あり • Non-Inteligent Autoscaling Algorithm ◦ リクエストが一定の割合で増えているのを検知して事前に Pod をスケールとか無理 Knative Serving Cons.