Gitlab
BootcampMisc2021-02-16
user-login
CI/CD configuration
.gitlab-ci.yml
Add Kubernetes cluster
create Kubernetes on
Google Kubernetes Engine
Projects linked to billing account:
| Project name | Project ID |
|---|---|
| My First Project | solar-magpie-233201 |
1. Clusters
| Name | Location | Cluster size | Total cores |
|---|---|---|---|
| standard-cluster-1 | asia-southeast1-a | 3 | 3 vCPUs |
$ gcloud container clusters get-credentials standard-cluster-1 --zone asia-southeast1-a --project solar-magpie-2332012. Workloads
| Name | Status | Type | Pods | Namespace | Cluster |
|---|---|---|---|---|---|
| hello-node | OK | Deployment | 4/4 | default | standard-cluster-1 |
- Status: OK/Running
- Type: Pod/Deployment
- Namespace: default/kube-system
3. Services
| Name | Status | Type | Engpoints | Pods | Namespace | Cluster |
|---|---|---|---|---|---|---|
| hello-node | OK | Load balancer | 35.197.152.120:8080 | 4/4 | default | standard-cluster-1 |
4. Applications
Deploy from Marketplace
