Updated READMEs for kubernetes example pipelines (#353)

* Updated READMEs for kubernetes.
Signed-off-by: mkbhanda <malini.bhandaru@intel.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Kubernetes related Readme.
Signed-off-by: mkbhanda <malini.bhandaru@intel.com>

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Malini Bhandaru
2024-07-09 18:03:08 -07:00
committed by GitHub
parent 89ddec9b2d
commit c37d9c82b0
7 changed files with 132 additions and 22 deletions

View File

@@ -22,14 +22,12 @@ The workflow falls into the following architecture:
The CodeGen service can be effortlessly deployed on either Intel Gaudi2 or Intel Xeon Scalable Processor.
## Deploy CodeGen on Gaudi
## Deploy CodeGen using Docker
Refer to the [Gaudi Guide](./docker/gaudi/README.md) for instructions on deploying CodeGen on Gaudi.
- Refer to the [Gaudi Guide](./docker/gaudi/README.md) for instructions on deploying CodeGen on Gaudi.
## Deploy CodeGen on Xeon
- Refer to the [Xeon Guide](./docker/xeon/README.md) for instructions on deploying CodeGen on Xeon.
Refer to the [Xeon Guide](./docker/xeon/README.md) for instructions on deploying CodeGen on Xeon.
## Deploy CodeGen into Kubernetes on Xeon & Gaudi
## Deploy CodeGen using Kubernetes
Refer to the [Kubernetes Guide](./kubernetes/manifests/README.md) for instructions on deploying CodeGen into Kubernetes on Xeon & Gaudi.