Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloud
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
cloud
Merge requests
!850
Issue
#3273962
: Add instructions to deploy Cloud Orchestrator on a K8s cluster
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3273962
: Add instructions to deploy Cloud Orchestrator on a K8s cluster
issue/cloud-3273962:3273962-hotfix-coding-standard-violations
into
5.x
Overview
1
Commits
2
Pipelines
0
Changes
1
Merged
Tomohiro Ono
requested to merge
issue/cloud-3273962:3273962-hotfix-coding-standard-violations
into
5.x
3 years ago
Overview
1
Commits
2
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
5.x
version 1
b8a20997
3 years ago
5.x (base)
and
latest version
latest version
b8a20997
2 commits,
3 years ago
version 1
b8a20997
2 commits,
3 years ago
1 file
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
deployments/kubernetes/README.md
+
3
−
2
Options
@@ -5,7 +5,7 @@ USAGE INSTRUCTIONS
```
$ git clone https://git.drupalcode.org/project/cloud.git
$ cd cloud/deployments/
kubernetes
$ cd cloud/deployments/
docker
$ docker image build -t cloud_orchestrator:latest .
```
@@ -27,7 +27,8 @@ $ docker image push your/repository:latest
$ kubectl apply -f cloud_orchestrator.yml
```
**5. (Optional) Add a load balancer to access Cloud Orchestrator from your browser**
**5. (Optional) Add a load balancer**
**to access Cloud Orchestrator from your browser**
If you are using EKS, you can add a load balancer to access Cloud Orchestrator
from your browser as follows. Initially, this load balancer accepts all inbound
Loading