You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/04/08 03:08:56 UTC

[GitHub] [airflow] mik-laj opened a new issue #8206: Create guide for Kubernetes Engine operators

mik-laj opened a new issue #8206: Create guide for Kubernetes Engine operators
URL: https://github.com/apache/airflow/issues/8206
 
 
   **Description**
   
   Hello,
   
   A guide that describes how to use Datastore service operators would be useful.
   
   We have an example DAG for this service, so the guide should not be a big challenge.
   
   If anyone is interested in this task, I am willing to provide all the necessary tips and information.
   
   Other guides are available:
   https://airflow.readthedocs.io/en/latest/howto/operator/index.html
   
   Best regards,
   
   Kamil
   
   **Use case / motivation**
   
   N/A
   
   **Related Issues**
   
   N/A

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] rcjsuen commented on issue #8206: Create guide for Kubernetes Engine operators

Posted by GitBox <gi...@apache.org>.
rcjsuen commented on issue #8206: Create guide for Kubernetes Engine operators
URL: https://github.com/apache/airflow/issues/8206#issuecomment-612685900
 
 
   > A guide that describes how to use Kubernetes Engine service operators would be useful.
   
   @mik-laj What is a "Kubernetes Engine service operator"?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] mik-laj commented on issue #8206: Create guide for Kubernetes Engine operators

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #8206: Create guide for Kubernetes Engine operators
URL: https://github.com/apache/airflow/issues/8206#issuecomment-612686595
 
 
   We have two types of operators for GCP:
   * Service operators: perform operations on Google services.
   * Transfer operators: copies data from/to Google services.
   
   List of operators, hooks and guides for GCP: https://airflow.readthedocs.io/en/latest/operators-and-hooks-ref.html#gcp-google-cloud-platform
   
   Google Kubernetes Engine (GKE) provides a managed environment for deploying, managing, and scaling your containerized applications using Google infrastructure.
   More informaation: https://cloud.google.com/kubernetes-engine/docs/concepts/kubernetes-engine-overview
   
   List of all GKE operators: https://airflow.readthedocs.io/en/latest/_api/airflow/providers/google/cloud/operators/kubernetes_engine/index.html#module-airflow.providers.google.cloud.operators.kubernetes_engine
   
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services