yanghua commented on a change in pull request #10777: [FLINK-10939][doc] Add documents for running Flink cluster natively on Kubernetes URL: https://github.com/apache/flink/pull/10777#discussion_r364169870
########## File path: docs/ops/deployment/native_kubernetes.md ########## @@ -0,0 +1,199 @@ +--- +title: "Native Kubernetes Setup" +nav-title: Native Kubernetes +nav-parent_id: deployment +is_beta: true +nav-pos: 7 +--- +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +This page describes how to deploy a Flink session cluster natively on [Kubernetes](https://kubernetes.io). + +* This will be replaced by the TOC +{:toc} + +<div class="alert alert-warning"> +Flink's native Kubernetes integration is still experimental. There may be changes in the configuration and CLI flags in latter versions. Job clusters are not yet supported. Review comment: latter -> later? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
