Google Kubernetes Engine でカスタム nginx.conf
を使用する場合は、この sample nginx.conf を拡張して準備します。Cloud Endpoints に必要な構成のスニペットは次のとおりです。
次に、kubectl
を使用して、カスタム nginx.conf
で Kubernetes Configmap を作成します。
kubectl create configmap nginx-config --from-file=nginx.conf
Kubernetes 構成ファイル(esp_echo_custom_config_gke.yaml
など)を編集し、SERVICE_NAME
を Endpoints サービスの名前に置き換えます。
最後に、kubectl
を使用して、更新後の Kubernetes 構成ファイルを使用してサービスを起動します。
kubectl create -f esp_echo_custom_config_gke.yaml