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/12 22:35:55 UTC

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

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