[ 
https://issues.apache.org/jira/browse/GOBBLIN-906?focusedWorklogId=332127&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-332127
 ]

ASF GitHub Bot logged work on GOBBLIN-906:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Oct/19 18:14
            Start Date: 22/Oct/19 18:14
    Worklog Time Spent: 10m 
      Work Description: Will-Lo commented on pull request #2760: [GOBBLIN-906] 
Initializes kubernetes cluster for GaaS and Gobblin Standalone
URL: https://github.com/apache/incubator-gobblin/pull/2760#discussion_r337673408
 
 

 ##########
 File path: gobblin-kubernetes/gobblin-service/basic-cluster/application.yaml
 ##########
 @@ -0,0 +1,80 @@
+# In the future, build the kubernetes cluster from the official docker account
+# Also ensure that proper tagging/versioning is done i.e. remove :latest tag 
and instead use the digest of the container
+
+apiVersion: apps/v1
+kind: Deployment
+metadata:
+  name: 'gaas-app'
+  labels:
+    app: gaas-app
+spec:
+  selector:
+    matchLabels:
+      app: gaas-app
+  replicas: 1
+  template:
+    metadata:
+      name: 'gaas-app'
 
 Review comment:
   Theres no collision because in kubernetes they differentiate objects of 
different types. Though I agree its going to get confusing so I'll rename the 
deployment to `gaas-deployment` and `gobblin-standalone-deployment`.
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 332127)
    Time Spent: 1h 50m  (was: 1h 40m)

> Define Kubernetes Cluster for GaaS and Gobblin Standalone
> ---------------------------------------------------------
>
>                 Key: GOBBLIN-906
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-906
>             Project: Apache Gobblin
>          Issue Type: New Feature
>    Affects Versions: 0.15.0
>            Reporter: William Lo
>            Priority: Major
>             Fix For: 0.15.0
>
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> Defines a kubernetes cluster to demonstrate a workflow between GaaS and 
> Gobblin Standalone, all living in a K8s environment



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to