[FEATURE] Support submit kyuubi engine to K8s on cluster mode natively
- Dominant language
- Scala
- Stars
- 2.4k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no similar issues.
### Describe the feature
Support submit kyuubi engine to K8s on cluster mode natively.

### Describe the solution
Working.
```
[work@work]$ kubectl get pods
NAME READY STATUS RESTARTS AGE
kyuubiuserroot6f67c12c-f362-4a07-87d0-7aa7e5f43171-76ac527c11b33401-driver 1/1 Running 0 49s
kyuubiuserroot6f67c12c-f362-4a07-87d0-7aa7e5f43171-89cec37c11b778e9-exec-1 1/1 Running 0 38s
kyuubiuserroot6f67c12c-f362-4a07-87d0-7aa7e5f43171-89cec37c11b778e9-exec-2 1/1 Running 0 38s
kyuubiuserroot6f67c12c-f362-4a07-87d0-7aa7e5f43171-89cec37c11b778e9-exec-3 1/1 Running 0 38s
kyuubiuserroot6f67c12c-f362-4a07-87d0-7aa7e5f43171-89cec37c11b778e9-exec-4 1/1 Running 0 38s
kyuubiuserroot6f67c12c-f362-4a07-87d0-7aa7e5f43171-89cec37c11b778e9-exec-5 1/1 Running 0 38s
kyuubiuserroot6f67c12c-f362-4a07-87d0-7aa7e5f43171-89cec37c11b778e9-exec-6 1/1 Running 0 37s
```
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
Contributor guide
Assessment
This issue has not been assessed yet.