content
large_stringlengths
3
20.5k
url
large_stringlengths
54
193
branch
large_stringclasses
4 values
source
large_stringclasses
42 values
embeddings
listlengths
384
384
score
float64
-0.21
0.65
# Overview Google Cloud Storage (GCS) provides several server side encryption features such as [CMEK](https://cloud.google.com/kms/docs/cmek) and [CSEK](https://cloud.google.com/storage/docs/encryption/customer-supplied-keys) besides the standard [Google managed](https://cloud.google.com/kms/docs/cmek#default-encryptio...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/gcs-client-encrypt/README.md
main
gcp-professional-services
[ -0.09282607585191727, 0.011987528763711452, 0.04156496003270149, -0.004520883783698082, -0.04615307226777077, 0.029171358793973923, 0.052907489240169525, -0.04010775312781334, 0.053214967250823975, 0.07596417516469955, -0.023330090567469597, 0.04075774550437927, 0.044192615896463394, -0.09...
-0.089141
to store the docker images of client application and mitm proxy. - Run the following commands to build and push the docker images to the artifact registry for both client application and mitm proxy. (Note: The Dockerfile are present in both `/app` and `/mitm` directory to build the docker images): ```bash cd # Change d...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/gcs-client-encrypt/README.md
main
gcp-professional-services
[ -0.036890797317028046, 0.014482256025075912, 0.027392299845814705, -0.056413572281599045, -0.06770755350589752, -0.038899850100278854, -0.04368865489959717, 0.02738890051841736, 0.010657627135515213, 0.06835593283176422, -0.03206682205200195, -0.05400799959897995, 0.0635094940662384, -0.01...
-0.047224
# BigQuery DDL Validator A utility that will read the Legacy DDL and compare it against the previously extracted DDL and produce an output with the name of the objects where the DDL is no longer matching. ## Business Requirements Most often, migration projects take many months. At each period, groups of objects are mig...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/bigquery-ddl-validator/Readme.md
main
gcp-professional-services
[ -0.023146698251366615, -0.013619410805404186, 0.02262321673333645, -0.07521454989910126, 0.026171009987592697, -0.08756442368030548, -0.03795396909117699, -0.041567761451005936, -0.05245748162269592, 0.0075395237654447556, -0.024815857410430908, -0.0067309183068573475, -0.01325717568397522, ...
0.015454
requirements.txt using pip3. `pip3 install -r requirements.txt ` 3. Download the key from gcloud or console and save in a trusted folder. 4. Add the required inputs for infrastructure setup in the `tfvars` file in `iac` folder. Then run the following commands :- ``` terraform init terraform plan terraform apply ``` 4. ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/bigquery-ddl-validator/Readme.md
main
gcp-professional-services
[ 0.03685256093740463, -0.006257874425500631, 0.0006317516090348363, -0.03935246169567108, -0.050353169441223145, -0.013576914556324482, -0.01426177378743887, -0.01185695081949234, -0.03488970920443535, 0.05486094206571579, -0.06587158888578415, -0.1662009209394455, 0.04059726744890213, -0.0...
-0.01456
# Teradata BQ DDL Connector Connector to access the Teradata Metastore Data. In teradata, the DDL information is stored in `TablesV` table with information like `TableKind`, `lastaltertime` and `lastalter\_user`. There are 2 columns stored in the metastore table recording the Last DDL Time and user who executed the las...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/bigquery-ddl-validator/plugin/teradata/teradata.md
main
gcp-professional-services
[ 0.023826997727155685, 0.0005977128748781979, -0.06070898100733757, -0.005150041077286005, -0.08224870264530182, -0.008033907040953636, 0.011740700341761112, 0.03519924357533455, -0.0039138165302574635, 0.0384933277964592, 0.056409720331430435, -0.06198453530669212, -0.0018560608150437474, ...
0.003098
# Oracle BQ DDL Connector Connector to access the Oracle Metastore Data. In Oracle, the metadata information is stored in `all\_objects` table inside the database. There is a column stored in the metastore table recording the Last DDL Time. 1. `last\_ddl\_time` The plugin extracts these value from `owner` which is the ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/bigquery-ddl-validator/plugin/oracle/oracle.md
main
gcp-professional-services
[ -0.011328616179525852, -0.03166554123163223, -0.10513918101787567, -0.008747714571654797, -0.04375997558236122, -0.05108682066202164, 0.03853197023272514, 0.07469628751277924, -0.02571767382323742, 0.032527852803468704, 0.0490463487803936, -0.029527349397540092, -0.038964882493019104, -0.0...
-0.028251
# Snowflake BQ DDL Connector Connector to access the Snowflake Metastore Data. In snowflake, the DDL information is stored in `information\_schema.tables` for table, `information\_schema.procedures` for procedures and `information\_schema.views` for views. There are 2 columns stored in the metastore table recording the...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/bigquery-ddl-validator/plugin/snowflake/snowflake.md
main
gcp-professional-services
[ 0.03669532388448715, -0.023220889270305634, -0.05245250090956688, 0.021207863464951515, -0.008920412510633469, -0.018959321081638336, -0.005222896579653025, 0.054167356342077255, 0.015619750134646893, -0.011599491350352764, -0.009249674156308174, -0.02934076078236103, 0.0027799371164292097, ...
-0.063953
# Hive BQ DDL Connector Connector to access the Hive Metastore Data. The Connector assumes that the metastore is stored in Cloud SQL instance. There are 2 columns stored in the metastore table recording the Last DDL Time and user who executed the last modification. 1. `transient\_lastDdlTime` 2. `last\_alter\_user` The...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/bigquery-ddl-validator/plugin/hive/hive.md
main
gcp-professional-services
[ 0.02223934978246689, -0.06083773449063301, -0.0250608678907156, 0.020747100934386253, -0.02568855695426464, 0.005287132225930691, 0.03595459833741188, 0.01294678170233965, -0.033352188766002655, 0.09530025720596313, 0.06115306541323662, -0.029035551473498344, 0.004339207895100117, -0.03352...
-0.059652
# BQ DDL Infrastructure Setup The following module sets up the infrastructure required for BQ DDL Validator. This includes Cloud SQL Instance and the audit databases. To set up the infrastructure on your end, set the following variable values in tfvars file. The `database\_type` can be `h` for hive, `t` for teradata, `...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/bigquery-ddl-validator/iac/Readme.md
main
gcp-professional-services
[ 0.02949024736881256, -0.02150147594511509, -0.08199550211429596, -0.03621656447649002, -0.08364195376634598, -0.014464196749031544, 0.07245032489299774, 0.02592758648097515, -0.028361495584249496, 0.05281630903482437, -0.048979099839925766, -0.16751627624034882, 0.12272661924362183, 0.0341...
-0.061342
# Basic Python Continuous Integration (CI) With Cloud Source Repositories (CSR) and Google Cloud Build ## Overview This repo contains example code and instructions that show you how to use CSR and Google Cloud Build to automatically run unit tests and pylint upon code check-in. By following this tutorial you will learn...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/python-cicd-with-cloudbuilder/README.md
main
gcp-professional-services
[ -0.07966180145740509, -0.03970545902848244, 0.0168403722345829, 0.020703623071312904, -0.04934440180659294, -0.07480072975158691, -0.05774242430925369, -0.036980997771024704, -0.08076917380094528, -0.003980701323598623, -0.00301995687186718, -0.06463541090488434, 0.09137699753046036, -0.02...
-0.054775
like this, showing successful tests: ```bash $ python3 -m pytest --cov=my\_module tests/ ============================================================================= test session starts ============================================================================== platform darwin -- Python 3.7.3, pytest-4.6.2, py-1.8....
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/python-cicd-with-cloudbuilder/README.md
main
gcp-professional-services
[ -0.0004019079788122326, 0.037518057972192764, -0.08391854912042618, -0.036803312599658966, 0.012049957178533077, -0.0749974325299263, -0.03072371520102024, 0.031030800193548203, -0.008701449260115623, 0.013134717009961605, 0.06490213423967361, -0.07107360661029816, 0.03665033355355263, 0.0...
0.004697
and used Google Cloud Build to create build trigger that runs whenever you push new code. In this last step you'll tie this all together and tell Google Cloud Build how to automatically run tests and run pylint to examine your code whenever a code change is pushed into CSR. In order to tell Google Cloud Builder how to ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/python-cicd-with-cloudbuilder/README.md
main
gcp-professional-services
[ -0.09124323725700378, -0.013486557640135288, 0.037585657089948654, 0.026298487558960915, 0.005524891894310713, -0.037474095821380615, -0.0691409632563591, -0.079923614859581, -0.042603351175785065, -0.008711155503988266, 0.014873302541673183, -0.08299268037080765, 0.05068424716591835, -0.0...
-0.116278
# CryptoRealTime ## A Google Cloud Dataflow/Cloud Bigtable Websockets example The last year has been like a roller coaster for the cryptocurrency market. At the end of 2017, the value of bitcoin (BTC) almost reached $20,000 USD, only to fall below $4,000 USD a few months later. What if there is a pattern in the high vo...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/cryptorealtime/README.md
main
gcp-professional-services
[ -0.011840119026601315, -0.07626067847013474, -0.00030560343293473125, -0.006378578022122383, 0.018009016290307045, -0.06872009485960007, -0.08161216974258423, -0.02261282503604889, 0.012693991884589195, -0.0304087083786726, -0.04640024155378342, -0.0589967779815197, -0.051994286477565765, ...
0.082559
$(gcloud dataflow jobs list \ --format='value(id)' \ --filter="name:runthepipeline\*") ``` \* Empty and Delete the bucket: ```console gcloud storage rm --recursive gs://realtimecrypto-${PROJECT}/\* gcloud storage buckets delete gs://realtimecrypto-${PROJECT} ``` \* Delete the Cloud Bigtable instance: ```console gcloud ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/cryptorealtime/README.md
main
gcp-professional-services
[ -0.038617391139268875, 0.016203822568058968, -0.014066537842154503, -0.04099427908658981, 0.06206539645791054, -0.07716234773397446, 0.025610247626900673, -0.054330624639987946, 0.08680418878793716, 0.03076465055346489, -0.03309440612792969, -0.040809325873851776, 0.022505810484290123, -0....
-0.042032
# Terraform template ### Get the BTC-USD realtime multi exchange observer running in less than 10 minutes ![Architectural overview](crypto.gif) ### Terraform version used in this tutorial: v0.11.13 ### Providers used: - provider.google v2.2.0 - provider.template v2.1.0 ### Setup: - Open the Terraform Shell and clone th...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/cryptorealtime/TERRAFORM-README.md
main
gcp-professional-services
[ -0.02003307081758976, -0.0017201098380610347, 0.0476674810051918, -0.030257610604166985, 0.011465443298220634, -0.052648626267910004, -0.04092225804924965, -0.04532049968838692, -0.0014851788291707635, 0.06974154710769653, -0.024187972769141197, -0.11546716094017029, 0.002513899700716138, ...
-0.030965
# Dialogflow CX - Private Webhook example Simple Dialogflow CX webhook for demo and troubleshooting purpose. Solution based on [`FastAPI`](https://fastapi.tiangolo.com/). Example designed to implement a Dialogflow CX webhook using [Service Directory for private network access](https://cloud.google.com/dialogflow/cx/doc...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/dialogflowcx-private-webhook-example/README.md
main
gcp-professional-services
[ -0.10779472440481186, 0.09197772294282913, -0.002155220601707697, -0.0765874832868576, -0.05300631746649742, -0.12891234457492828, -0.02455277182161808, 0.008293635211884975, 0.039820168167352676, -0.061181798577308655, -0.02680831402540207, -0.15064005553722382, 0.04446073994040489, -0.01...
0.035949
# Table Access Pattern Analysis This module consists of deep dive analysis of a BigQuery environment in Google Cloud Platform, according to audit logs - data access data, which can be used to optimise BigQuery usage, and improve time, space and cost of BigQuery. ## Pipeline Optimisation #### **Definitions** The word 'p...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/bigquery-table-access-pattern-analysis/README.md
main
gcp-professional-services
[ -0.038626279681921005, 0.014540834352374077, -0.026565037667751312, 0.0025908530224114656, 0.03169410675764084, -0.03359350934624672, 0.07885471731424332, -0.046664539724588394, -0.006935896817594767, 0.004839648958295584, 0.04653731361031532, -0.006735545117408037, 0.03776216879487038, -0...
0.002368
represents a pipeline from one table to another. The weight of the edges indicates the frequency of jobs of that pipeline compared to the rest of the pipelines in the current graph. #### **Analysing the Result** As can be seen from the GIF, the tool will visualise all the pipelines associated with a table. To be specif...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/bigquery-table-access-pattern-analysis/README.md
main
gcp-professional-services
[ -0.038634322583675385, -0.019018780440092087, -0.07210816442966461, 0.04364892095327377, 0.01142509188503027, -0.0776837095618248, 0.04132615774869919, -0.04126887768507004, 0.004767833277583122, 0.03911557421088219, -0.04224326089024544, -0.056920938193798065, 0.05637100711464882, -0.0270...
0.148884
├── README.md │ ├── pipeline.ipynb │ ├── pipeline-output\_only.ipynb │ ├── requirements.txt │ └── var.env ``` There are several subdirectories under the `table-access-pattern-analysis` subdirectory. * **assets/** This directory contains images or other assets that are used in README.md* **bq\_routines/** This directory...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/bigquery-table-access-pattern-analysis/README.md
main
gcp-professional-services
[ -0.0048952847719192505, 0.0019022099440917373, -0.03571734577417374, 0.016167795285582542, 0.04280053824186325, -0.060754820704460144, -0.05998809635639191, 0.023515429347753525, -0.02684505097568035, 0.009150582365691662, -0.042749375104904175, 0.06768277287483215, -0.022654863074421883, ...
-0.047339
wildcard, include the wildcard in the INPUT\_AUDIT\_LOGS\_TABLE\_ID variable as well.+ Example values \* INPUT\_PROJECT\_ID = 'project-a' \* INPUT\_DATASET\_ID = 'dataset-b' \* INPUT\_AUDIT\_LOGS\_TABLE\_ID = 'cloudaudit\_googleapis\_com\_data\_access\_\*'* **OUTPUT\_PROJECT\_ID, OUTPUT\_DATASET\_ID** + Definition \* T...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/bigquery-table-access-pattern-analysis/README.md
main
gcp-professional-services
[ 0.03742998093366623, 0.00227418914437294, -0.02234763465821743, 0.010922830551862717, 0.004670124500989914, -0.051154762506484985, 0.05930349975824356, -0.03149222582578659, -0.05369601771235466, 0.0369257852435112, 0.008628449402749538, -0.11572916805744171, 0.07621893286705017, -0.054038...
-0.032117
logs data on 5th May 2021 to 6th May 2021. 4. Run pipeline optimisation analysis produced in Jupyter Notebook * **Pipeline Optimisation, run `pipeline.ipynb`** This tool helps identify pipeline optimisation points. At first, the tool will list down tables with high difference of writing and reading frequency throughout...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/bigquery-table-access-pattern-analysis/README.md
main
gcp-professional-services
[ -0.005872219335287809, 0.027802390977740288, -0.020503144711256027, -0.00010807020589709282, -0.009790884330868721, -0.06565724313259125, -0.061600346118211746, -0.017037151381373405, -0.04651764780282974, 0.010258332826197147, -0.03588829189538956, -0.014732837677001953, 0.00437747780233621...
0.074389
"NULLABLE", "description": "The destination table" }, { "name": "sourceTable", "type": "STRING", "mode": "NULLABLE", "description": "The source table" }, { "name": "pipelineId", "type": "INTEGER", "mode": "NULLABLE", "description": "The pipeline ID for the pipeline that this pair was part of" } ] ```* table\_direct\_pi...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/bigquery-table-access-pattern-analysis/README.md
main
gcp-professional-services
[ 0.017346469685435295, 0.033606138080358505, -0.06611546128988266, 0.017048411071300507, -0.034417517483234406, -0.012483097612857819, 0.047720275819301605, 0.019225187599658966, -0.08999693393707275, 0.0029743348713964224, -0.02950809709727764, -0.09249310940504074, -0.015171030536293983, ...
0.055296
# [Neo4j](https://neo4j.com/developer/graph-database/) Backup & Restore via [GKE Cronjob](https://cloud.google.com/kubernetes-engine/docs/how-to/cronjobs) and [GCS](https://cloud.google.com/storage) Example ## Project Structure ``` . └── neo4j\_backup\_restore\_via\_gke\_gcs\_example └── backup └── deployment ├── backu...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/neo4j-backup-restore-via-gke-gcs-example/README.md
main
gcp-professional-services
[ -0.03853623941540718, 0.03777098283171654, 0.006268712691962719, -0.05230071395635605, 0.0007867916719987988, -0.00648508220911026, -0.02597215585410595, -0.014354588463902473, -0.028655292466282845, 0.08162844181060791, -0.016138780862092972, -0.025566784664988518, 0.06204080581665039, -0...
0.097587
# Google Distributed Cloud Edge (GDCE) Terraform Example This example demonstrates how to provision Google Distributed Cloud Edge (GDCE) resources using terraform with Cloud Build. The resources provisioned are listed below: - GDCE Cluster - GDCE Node Pool - GDCE VPN Connection ## Run build using Cloud Build ### Requir...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/gdce-terraform-example/README.md
main
gcp-professional-services
[ -0.03952289745211601, -0.05618894845247269, 0.022646469995379448, 0.004791628569364548, -0.004425596445798874, -0.02511199377477169, -0.04700435698032379, -0.04873766005039215, -0.03754911944270134, 0.11655405163764954, 0.012766058556735516, -0.12100439518690109, 0.025930004194378853, -0.0...
-0.046486
# Cloud AgentSpace and Discovery API with Domain-Wide Delegation (DWD) This project demonstrates how to authenticate and interact with Google Cloud's AgentSpace and Discovery Engine API using Domain-Wide Delegation (DWD) to impersonate a user. This approach is particularly useful when you need to perform actions on beh...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/cloud-agentspace-wif-dwd/README.md
main
gcp-professional-services
[ -0.1661192774772644, -0.011903844773769379, 0.03500780463218689, -0.07441741228103638, -0.0010956067126244307, -0.0709722489118576, 0.06602441519498825, -0.044860366731882095, 0.007236869540065527, -0.01412016898393631, -0.024871446192264557, -0.044949598610401154, 0.08368996530771255, -0....
0.093108
token and constructs OAuth 2.0 credentials that can be used for authentication. 4. \*\*Search Execution:\*\* Finally, the `search()` method uses these credentials to instantiate a `SearchServiceClient`. This client is then used to execute a search request against the configured Discovery Engine. ## Building and Running...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/cloud-agentspace-wif-dwd/README.md
main
gcp-professional-services
[ -0.053763628005981445, 0.009453794918954372, -0.05429425090551376, -0.051024939864873886, -0.0553608275949955, -0.05616914853453636, -0.004790823440998793, 0.04227996990084648, 0.006877414882183075, -0.015539065934717655, 0.010581848211586475, -0.03057749755680561, 0.13206079602241516, -0....
0.011491
# GCP Sample Logs ## Overview This is a sample repository of GCP Audit Logs intended to help Operations and Security teams understand the structure and fields of logs for a variety of services. Each log file contains the log event, a brief description of the event, and the Cloud Logging query used to find events of tha...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/audit-log-examples/README.md
main
gcp-professional-services
[ -0.03255428001284599, -0.0017271031392738223, 0.06279081851243973, 0.0013061071513220668, 0.07893180102109909, -0.03338613361120224, 0.13551843166351318, -0.08058798313140869, 0.03851592540740967, 0.06962133944034576, 0.014507913030683994, -0.062113888561725616, 0.014404918998479843, 0.012...
0.032921
# Cloud Run to BQ Sample This sample shows how to deploy a application to Cloud Run which gets the data over REST API and inserts to BQ. ## Prerequisites \* A project \* A service account which needs to be associated with cloud run with below permissions on project \* roles/bigquery.dataEditor \* roles/logging.logWrite...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/cloudrun-to-bq/README.md
main
gcp-professional-services
[ 0.0035325500648468733, 0.007906690239906311, -0.03901804983615875, -0.03769571706652641, -0.09197118133306503, -0.0005926315789110959, -0.034035034477710724, 0.022918568924069405, -0.021280182525515556, 0.08999978005886078, -0.031057802960276604, -0.1224031001329422, 0.1104697436094284, -0...
-0.088737
# billboard If you are cost conscious and need to control your environment, then you can use this to understand your billing Billboard can be easily setup with use of provided template, Cloud users are being empowered to add and modify visuals per customer specifics as needed, 1. For optimizations 2. For noticing anoma...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/billboard/README.md
main
gcp-professional-services
[ -0.0029401241336017847, -0.0007381222094409168, 0.029843168333172798, 0.008196445181965828, 0.06743557006120682, 0.031134603545069695, -0.017257580533623695, -0.010757576674222946, -0.0020050080493092537, 0.02910560555756092, -0.023922672495245934, -0.08229083567857742, 0.06375394761562347, ...
-0.044348
# Billboard Overview This code implements billboard dataset using standard and detailed billing exports and creates necessary BQ views. Datastudio template report/dashboard is used to show prebuilt reports based on the BQ views. ## Environment set-up You can set-up the right python environment as follows: ``` cd exampl...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/billboard/billboard-walkthrough.md
main
gcp-professional-services
[ -0.005206832196563482, 0.05307265743613243, -0.06842470914125443, 0.004912819247692823, 0.043305084109306335, -0.012235649861395359, -0.05198215693235397, 0.05640922114253044, -0.0494430810213089, -0.0463065579533577, -0.011917737312614918, -0.10048287361860275, 0.04475947096943855, -0.013...
0.015633
## Dataflow Python Flex Template This example contains a sample Dataflow job which reads a XML file and inserts the records to BQ table. It explains how to create Flex template and run it in a restricted environment where there is no internet connectivity to dataflow launcher or worker nodes. It also run dataflow templ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/dataflow-flex-python/README.md
main
gcp-professional-services
[ -0.08347000926733017, 0.00095392856746912, -0.06102694198489189, 0.025883518159389496, 0.0030917490366846323, -0.00780322402715683, -0.035196226090192795, 0.03407430648803711, 0.01793232560157776, -0.01956663280725479, -0.02202647365629673, -0.019736772403120995, 0.020849118009209633, -0.1...
0.069191
--member="serviceAccount:dataflow-worker-sa@$PROJECT\_ID.iam.gserviceaccount.com" --role="roles/storage.legacyBucketWriter" ``` #### Create BQ Dataset ``` bq --location=$LOCATION mk --dataset $PROJECT\_ID:$BQ\_DATASET ``` #### Create ARtifactory registry ``` gcloud artifacts repositories create $REPO --location $LOCATI...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/dataflow-flex-python/README.md
main
gcp-professional-services
[ -0.04752921313047409, 0.010738776065409184, 0.030704131349921227, -0.028475474566221237, -0.009749305434525013, -0.023183118551969528, 0.04744306951761246, -0.035557229071855545, 0.023282209411263466, 0.06058523431420326, -0.007605527527630329, -0.1169373169541359, 0.037755995988845825, -0...
-0.037055
500mb. This is if you go with the default worker. \*\*Contributors:\*\* @singhpradeepk, @kkulczak, @akolkiewicz \*\*Credit:\*\* Sample data has been borrowed from https://learn.microsoft.com/en-in/dotnet/standard/linq/sample-xml-file-customers-orders-namespace#customersordersinnamespacexml Data Model has been borrowed ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/dataflow-flex-python/README.md
main
gcp-professional-services
[ -0.027787771075963974, 0.0032239544671028852, -0.035219065845012665, 0.010530284605920315, -0.042378127574920654, -0.02184300124645233, -0.01587946154177189, -0.004812285304069519, -0.021808244287967682, 0.06881702691316605, 0.04355471953749657, 0.04420386627316475, 0.018759313970804214, -...
0.067818
``` Copyright 2023 Google. This software is provided as-is, without warranty or representation for any use or purpose. Your use of it is subject to your agreement with Google. ``` ## Technology Stack - Google Cloud Run - Google Artifact Registry - Google Cloud Storage - Google Speech to Text - Vertex AI Conversation - ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/genai-gradio-example/README.md
main
gcp-professional-services
[ -0.10199016332626343, -0.030984986573457718, 0.020626449957489967, -0.09122733771800995, -0.021547401323914528, -0.011732393875718117, 0.03319849818944931, -0.017095452174544334, 0.005159943364560604, 0.058378592133522034, -0.03416657820343971, -0.07616591453552246, 0.050104714930057526, -...
0.056765
``` Copyright 2023 Google. This software is provided as-is, without warranty or representation for any use or purpose. Your use of it is subject to your agreement with Google. ``` # Running voice-activated chatBot on Linux # Enable APIs on GCP The following is a list of the APIs that need to be enabled in GCP - Speech-...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/genai-gradio-example/frontend/README.md
main
gcp-professional-services
[ -0.07879363000392914, -0.1351381242275238, 0.0348069965839386, -0.10113100707530975, -0.04688043147325516, -0.029008617624640465, -0.02112221159040928, -0.06322669237852097, -0.0389399528503418, -0.030194660648703575, -0.0008616620325483382, -0.036932505667209625, -0.08780429512262344, -0....
0.001464
``` Copyright 2023 Google. This software is provided as-is, without warranty or representation for any use or purpose. Your use of it is subject to your agreement with Google. ``` # LLM Middleware The Service calls the Gen AI agent to get response from Large language Models over Dialogflow CX APIs. ## Library Install t...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/genai-gradio-example/llm-middleware/README.md
main
gcp-professional-services
[ -0.06465267390012741, -0.044930025935173035, 0.07294076681137085, -0.09349936246871948, -0.06280943006277084, -0.05143938586115837, 0.052263084799051285, -0.008215369656682014, 0.04495514929294586, -0.02699524536728859, -0.08131915330886841, -0.0748073011636734, 0.019524268805980682, -0.01...
0.017838
# Near realtime (NRT) Feature Producer ## Hypothetical Scenario We want to build and use near real time (NRT) features in the hypotethical scoring system. Scoring is not part of this example. There are multiple sources that produce NRT features. Features are ideally defined in the feature store system and are exposed i...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/dataflow-near-realtime-feature-engineering/README.md
main
gcp-professional-services
[ -0.03714030608534813, -0.007816427387297153, -0.06923899054527283, 0.09924290329217911, 0.044486574828624725, 0.061442647129297256, -0.03039248287677765, 0.04890666529536247, -0.06798828393220901, -0.06820479035377502, -0.020712604746222496, -0.07186999171972275, 0.0037374745588749647, 0.0...
0.116588
``` ┌──────────────┐ │ PubSubIO │ Topic: taxirides-realtime │ (Read/Source)│ └──────┬───────┘ │ PCollection v ┌────────────────┐ │ JsonToRow │ └──────┬────┬────┘ │ │ PCollection │ │ │ │ │ │ ┌───────┘ │ │ └────────┐ v v ┌──────────────┐ ┌───────────────────┐ │NRTFeature │ │ NRT Feature (pax) │ max(passenger\_count) grou...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/dataflow-near-realtime-feature-engineering/README.md
main
gcp-professional-services
[ -0.04703992232680321, -0.07952773571014404, 0.007395213004201651, -0.030355170369148254, -0.04964335262775421, -0.025998234748840332, 0.02997197024524212, 0.02460363693535328, -0.06326691806316376, -0.06183305010199547, 0.04861466586589813, -0.07981384545564651, 0.034118179231882095, -0.04...
-0.002588
# XML to BQ via Cloud DataFlow This example contains a Dataflow pipeline to read nested XML data from Google Cloud Storage and write to BigQuery while maintaining the nested structure of the XML data in BQ via STRUCT fields. The example utilizes Beam's XMLIO to read XML input into a PCollection, creates BQ TableRow obj...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/dataflow-xmlio-to-bq/README.md
main
gcp-professional-services
[ 0.021396702155470848, 0.006902938708662987, -0.000567674171179533, -0.0025530820712447166, -0.08592389523983002, 0.02238377183675766, -0.052706267684698105, 0.02534826099872589, -0.045249465852975845, -0.00139975908678025, -0.02635977976024151, -0.09958403557538986, 0.07024122774600983, -0...
-0.037072
# Stream Spanner Data Changes to BigQuery This repo uses terraform to create below resources in order to deploy an end-to-end pipeline for spanner change streams and streaming the observed changes to BigQuery. \* The Cloud Spanner instance to read change streams from. \* The Cloud Spanner database to read change stream...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/spanner-changestreams-bigquery/README.md
main
gcp-professional-services
[ -0.03146393224596977, -0.015098347328603268, -0.0017104139551520348, -0.005243135616183281, 0.01545365247875452, -0.05215764790773392, -0.03459392860531807, -0.06279608607292175, -0.01207639742642641, 0.07514708489179611, -0.022386115044355392, -0.06721583008766174, 0.020323622971773148, -...
-0.056878
## Indexing documents into Elasticsearch using Cloud Dataflow This example Cloud Dataflow pipeline demonstrates the process of reading JSON documents from Cloud Pub/Sub, enhancing the document using metadata stored in Cloud Bigtable and indexing those documents into [Elasticsearch](https://www.elastic.co/). The pipelin...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/dataflow-elasticsearch-indexer/README.md
main
gcp-professional-services
[ -0.042636364698410034, 0.05477334186434746, 0.03627007082104683, -0.013281392864882946, 0.0393892303109169, -0.03871293365955353, -0.07828691601753235, -0.04337330535054207, 0.08060724288225174, 0.01724333129823208, -0.058980997651815414, -0.0035777618177235126, 0.033523544669151306, -0.04...
0.069757
the documents will be published. | Field | Value |Example | | :--------------------- |:---------------------------------------------- |:--------------------------- | | addresses | \*comma-separated-es-addresses\* |http://x.x.x.x:9200 | | index | \*es-index-name\* |prod\_index | | type | \*es-index-type\* |prod | 5. Gen...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/dataflow-elasticsearch-indexer/README.md
main
gcp-professional-services
[ -0.014736860059201717, 0.07927217334508896, -0.05748337507247925, -0.007719892542809248, -0.019786128774285316, -0.05482109263539314, -0.0018748766742646694, 0.03484562784433365, -0.04892684891819954, 0.013486679643392563, 0.02986256033182144, -0.08369725942611694, 0.027327850461006165, -0...
0.095535
# BigQuery Remote Function Sample Code [Bigquery remote function](https://cloud.google.com/bigquery/docs/reference/standard-sql/remote-functions) allows user to deploy their custom services or libraries written in any language other than SQL and javascript, which are not present as bigquery user defined functions. BQ r...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/bq-remote-function/README.md
main
gcp-professional-services
[ 0.013927352614700794, -0.0018403582507744431, 0.02086341567337513, -0.007097254041582346, -0.04003830626606941, 0.010656344704329967, -0.07166697829961777, -0.016438666731119156, 0.033829860389232635, 0.0346636101603508, -0.023448728024959564, 0.00397925591096282, -0.0006015729159116745, -...
-0.099346
## Setup service extensions(callout) with GCP Application Load Balancer (EXTERNAL\_MANAGED) ### OVERVIEW: [Callout-based Service Extensions](https://cloud.google.com/service-extensions/docs/overview) let users of Google Cloud products, such as Cloud Load Balancing and Media CDN, to insert programmability directly into ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/gclb-callouts/README.md
main
gcp-professional-services
[ -0.09073151648044586, -0.04756055772304535, 0.02636520005762577, -0.06032899022102356, -0.10731619596481323, -0.07185392081737518, 0.0192121434956789, 0.01773729734122753, 0.006650869734585285, 0.019450148567557335, -0.06802301108837128, 0.02781776711344719, 0.010265006683766842, -0.057765...
0.107694
terraform init ``` #### Generate the terraform plan ```bash terraform plan ``` #### Apply the terraform plan to provision all GCP resources. ```bash terraform apply ``` After executing the terraform script, we should have the following GCP resource provisioned GCP application load balancer: \* GCP Application Load Bala...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/gclb-callouts/README.md
main
gcp-professional-services
[ -0.07929807156324387, 0.04223616048693657, 0.001261346973478794, -0.03682924807071686, -0.029873399063944817, -0.05611047148704529, -0.00875724758952856, -0.039104633033275604, 0.038367319852113724, 0.07271160930395126, -0.08324649930000305, -0.05624047666788101, 0.03876206651329994, -0.03...
0.011607
# Uploading files directly to Google Cloud Storage by using Signed URL This is an architecture for uploading files directly to Google Cloud Storage by using Signed URL. ## Overview This code implements the following architecture: ![architecture diagram](./architecture.png) The characteristic of the architecture is that...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/direct-upload-to-gcs/README.md
main
gcp-professional-services
[ -0.06498867273330688, 0.032080236822366714, 0.00430644117295742, -0.06497573852539062, 0.054344791918992996, -0.07224298268556595, -0.0026501258835196495, -0.012737130746245384, 0.05335531756281853, 0.06946134567260742, 0.00765414722263813, 0.022766603156924248, 0.07811915129423141, -0.045...
-0.008599
values) if err != nil { return "", err } defer resp.Body.Close() b, err := ioutil.ReadAll(resp.Body) if err != nil { return "", err } return strings.TrimSpace(string(b)), nil } func main() { // Get signed url by requesting API server hosted on App Engine. u, err := getSignedURL(signerUrl, url.Values{"content\_type": {"...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/direct-upload-to-gcs/README.md
main
gcp-professional-services
[ -0.05011049658060074, 0.09825289249420166, -0.009556806646287441, -0.006497047375887632, 0.04158739373087883, -0.16375800967216492, 0.028290778398513794, 0.0882415920495987, 0.03259192034602165, -0.002731968415901065, 0.010264857672154903, -0.038478247821331024, 0.03914394602179527, 0.0193...
0.065777
## De-id Pipeline Design Document ### Context #### Objective The DLP De-identification Pipeline aims to identify and anonymize sensitive data stored in BigQuery or Google Cloud Storage (GCS). The pipeline reads data from a source, de-identifies sensitive information using Cloud DLP, and writes the de-identified data to...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/dlp-deid-pipeline/DOC.md
main
gcp-professional-services
[ -0.0875520184636116, 0.06923367828130722, 0.04903244227170944, -0.0629451647400856, 0.052316997200250626, -0.034861207008361816, 0.02200273424386978, -0.038943953812122345, 0.013816066086292267, 0.018937133252620697, -0.0030378943774849176, 0.013984252698719501, 0.02730366960167885, -0.081...
0.10376
for sensitive data. By configuring de-identification settings within a template, a reusable blueprint is established. This eliminates the need for repetitive configuration, allowing de-identification jobs to be executed multiple times with ease. To ensure referential integrity while masking sensitive information, a com...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/dlp-deid-pipeline/DOC.md
main
gcp-professional-services
[ -0.15361365675926208, 0.16681315004825592, -0.009826122783124447, -0.023892944678664207, -0.027212215587496758, 0.02107880264520645, 0.05264560505747795, -0.01815304160118103, -0.0005919623654335737, -0.07912982255220413, 0.011173988692462444, 0.050155796110630035, 0.03461642935872078, -0....
0.158443
# DLP De-identification Pipeline This Beam pipeline reads data from either Google Cloud Storage (GCS) or BigQuery (BQ), de-identifies sensitive data using DLP, and writes the de-identified data to the corresponding destination in GCS or BQ. The pipeline supports two modes: \* \*\*GCS mode:\*\* For processing files stor...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/dlp-deid-pipeline/README.md
main
gcp-professional-services
[ -0.03798595443367958, 0.018384482711553574, 0.0323437936604023, -0.04357430338859558, -0.019102293998003006, -0.048743247985839844, -0.0031967281829565763, -0.033181387931108475, -0.06472556293010712, 0.02945391647517681, -0.04000325873494148, -0.011782621033489704, -0.036743126809597015, ...
-0.060627
`config.yaml` to deidentify data in BigQuery ```yaml project: project-id region: us-central1 job\_name: dlp-deid-pipeline service\_account: dlp-deid-pipeline-sa@project-id.iam.gserviceaccount.com machine\_type: n1-standard-2 max\_num\_workers: 30 job\_dir: gs://staging-bucket # DLP Params inspect\_template: projects/pr...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/dlp-deid-pipeline/README.md
main
gcp-professional-services
[ 0.017984645441174507, 0.020984768867492676, -0.01901850663125515, -0.04785507544875145, -0.04015230014920235, -0.03245587646961212, 0.0029492611065506935, 0.01831778697669506, -0.026257483288645744, 0.07051760703325272, -0.0045660496689379215, -0.10101428627967834, 0.00019905949011445045, ...
0.003418
# DLP Templates [Templates](https://cloud.google.com/sensitive-data-protection/docs/concepts-templates) are reusable configurations that tell DLP how to inspect, de-identify, or re-identify your data. This solution considers the following as sensitive data and provides the expected outcome: | PII Info Type | Original |...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/dlp-deid-pipeline/src/dlp/templates/README.md
main
gcp-professional-services
[ -0.10603044182062149, 0.10905270278453827, 0.05150607228279114, -0.02881558984518051, 0.008370704017579556, 0.058089856058359146, 0.07085699588060379, -0.07524988800287247, 0.0472831092774868, -0.04262349009513855, 0.04018917679786682, -0.05101865157485008, 0.004501932300627232, -0.1001758...
-0.045918
# Sentiment analysis using TensorFlow RNNEstimator on Google Cloud Platform. ### Overview. This code aims at providing a simple example of how to train a RNN model using TensorFlow [RNNEstimator](https://www.tensorflow.org/api\_docs/python/tf/contrib/estimator/RNNEstimator) on Google Cloud Platform. The model is design...
https://github.com/GoogleCloudPlatform/professional-services/blob/main//examples/cloudml-sentiment-analysis/README.md
main
gcp-professional-services
[ -0.13002192974090576, -0.06574466079473495, -0.023815317079424858, 0.026636967435479164, 0.04031883552670479, 0.05377316474914551, 0.003213605610653758, -0.03165517747402191, 0.005543617997318506, -0.05479970946907997, -0.02142784744501114, -0.03720702975988388, 0.020663591101765633, 0.032...
0.103084
# Pi-hole This tutorial describes how to setup ExternalDNS to sync records with Pi-hole's Custom DNS. Pi-hole has an internal list it checks last when resolving requests. This list can contain any number of arbitrary A, AAAA or CNAME records. There is a pseudo-API exposed that ExternalDNS is able to use to manage these...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/pihole.md
master
external-dns
[ -0.11366266012191772, -0.057491887360811234, -0.017041275277733803, 0.032363999634981155, -0.08549707382917404, -0.041244026273489, -0.058673735707998276, -0.01080785971134901, 0.05794422701001167, 0.015079214237630367, -0.007092876359820366, -0.018510257825255394, -0.003920282702893019, -...
0.03418
kind: Ingress metadata: name: foo spec: ingressClassName: nginx rules: - host: foo.bar.com http: paths: - path: / pathType: Prefix backend: service: name: foo port: number: 80 ``` ### Service Example The below sample application can be used to verify Services work. For services ExternalDNS will look for the annotation ...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/pihole.md
master
external-dns
[ -0.07349571585655212, -0.002308186609297991, 0.009320301935076714, -0.0693584606051445, -0.015316746197640896, -0.054589640349149704, -0.003971909172832966, -0.03517011180520058, 0.08807705342769623, 0.028422486037015915, -0.06741052120923996, -0.06618432700634003, -0.04778125509619713, 0....
0.141814
# GKE with default controller This tutorial describes how to setup ExternalDNS for usage within a [GKE](https://cloud.google.com/kubernetes-engine) ([Google Kuberentes Engine](https://cloud.google.com/kubernetes-engine)) cluster. Make sure to use \*\*>=0.11.0\*\* version of ExternalDNS for this tutorial ## Single proje...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/gke.md
master
external-dns
[ -0.07361913472414017, -0.028740432113409042, 0.017670754343271255, -0.02871106006205082, -0.09595369547605515, -0.019329149276018143, 0.010189413093030453, -0.02670949138700962, 0.025899332016706467, 0.031548187136650085, -0.031499262899160385, -0.10374096781015396, 0.03670330345630646, -0...
0.037849
projects, and then use one of the three methods to grant access to ExternalDNS. Replace the environment variables to values that make sense in your environment. #### Configure Projects For this process, create projects with the appropriate APIs enabled. ```bash # set variables to appropriate desired values GKE\_PROJECT...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/gke.md
master
external-dns
[ -0.047182347625494, -0.022442996501922607, -0.02843979001045227, -0.04049353674054146, -0.07513032853603363, -0.029256219044327736, 0.043198361992836, 0.00373379816301167, 0.008131677284836769, 0.06100120767951012, -0.0674639642238617, -0.09481173753738403, 0.031551577150821686, 0.00998865...
-0.047886
{ project\_id = var.gke-project } locals { member = "principal://iam.googleapis.com/projects/${data.google\_project.project.number}/locations/global/workloadIdentityPools/${var.gke-project}.svc.id.goog/subject/ns/${var.kns\_name}/sa/${var.ksa\_name}" } resource "google\_project\_iam\_member" "external\_dns" { member = ...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/gke.md
master
external-dns
[ -0.04146910458803177, -0.015208946540951729, 0.03270718827843666, -0.016934754326939583, -0.04452934488654137, -0.07412246614694595, 0.05914654582738876, -0.04018225893378258, -0.015170393511652946, 0.030872078612446785, -0.014777184464037418, -0.11394265294075012, -0.003696839092299342, -...
-0.030694
away, and you should see info messages, such as: `All records are already up to date`. ## Deploy ExternalDNS Then apply the following manifests file to deploy ExternalDNS. ```yaml apiVersion: v1 kind: ServiceAccount metadata: name: external-dns labels: app.kubernetes.io/name: external-dns --- apiVersion: rbac.authoriza...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/gke.md
master
external-dns
[ -0.01584029011428356, -0.0604671873152256, 0.036825843155384064, -0.013514215126633644, -0.0016276249662041664, -0.014736330136656761, -0.026783820241689682, -0.032597143203020096, 0.08668984472751617, 0.0833107978105545, -0.014995047822594643, -0.05545883625745773, -0.016773540526628494, ...
0.126292
Ingress works as well. Create the following Ingress. ```yaml apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: nginx spec: rules: - host: server.example.com http: paths: - path: / pathType: Prefix backend: service: name: nginx port: number: 80 ``` Create the ingress objects with: ```bash kubectl create --n...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/gke.md
master
external-dns
[ -0.09596279263496399, 0.016642406582832336, 0.004785364028066397, -0.03325924649834633, -0.08547119051218033, -0.0484209805727005, -0.006727791391313076, 0.0016092812875285745, 0.03909161314368248, 0.07553692162036896, -0.08185741305351257, -0.06100178882479668, 0.04552963003516197, -0.032...
0.132517
# Plural This tutorial describes how to setup ExternalDNS for usage within a Kubernetes cluster using Plural DNS. Make sure to use \*\*>=0.12.3\*\* version of ExternalDNS for this tutorial. ## Creating Plural Credentials A secret containing the a Plural access token is needed for this provider. You can get a token for ...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/plural.md
master
external-dns
[ -0.04085970297455788, -0.0382516048848629, 0.018388502299785614, -0.029467854648828506, -0.0902569442987442, 0.0013332413509488106, -0.03976307436823845, 0.0231892429292202, 0.12621544301509857, 0.04212840273976326, -0.04044300317764282, -0.1311485469341278, 0.029860826209187508, -0.017350...
0.075834
By setting the TTL annotation on the service, you have to pass a valid TTL, which must be 120 or above. This annotation is optional, if you won't set it, it will be 1 (automatic) which is 300. ExternalDNS uses this annotation to determine what services should be registered with DNS. Removing the annotation will cause E...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/plural.md
master
external-dns
[ -0.08731146156787872, -0.03062729723751545, 0.04952522739768028, -0.10095778107643127, -0.0859927162528038, -0.042316921055316925, -0.000012240357136761304, -0.0520615428686142, 0.14992575347423553, 0.016680032014846802, -0.038719482719898224, -0.056141968816518784, 0.029412757605314255, -...
0.054386
# Akamai Edge DNS ## Prerequisites External-DNS v0.8.0 or greater. ### Zones External-DNS manages service endpoints in existing DNS zones. The Akamai provider does not add, remove or configure new zones. The [Akamai Control Center](https://control.akamai.com) or [Akamai DevOps Tools](https://developer.akamai.com/devops...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/akamai-edgedns.md
master
external-dns
[ -0.11102926731109619, -0.021909847855567932, -0.006695871241390705, -0.03180890530347824, -0.05265119671821594, -0.036095909774303436, -0.04625958576798439, -0.01723392680287361, 0.009266468696296215, 0.07941648364067078, 0.006741363555192947, -0.07916927337646484, -0.02602868713438511, -0...
0.146358
name: EXTERNAL\_DNS\_AKAMAI\_ACCESS\_TOKEN valueFrom: secretKeyRef: name: AKAMAI-DNS key: EXTERNAL\_DNS\_AKAMAI\_ACCESS\_TOKEN ``` ### Manifest (for clusters with RBAC enabled) ```yaml apiVersion: v1 kind: ServiceAccount metadata: name: external-dns --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadat...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/akamai-edgedns.md
master
external-dns
[ -0.05414385348558426, -0.047084879130125046, -0.03544967249035835, -0.013553110882639885, -0.0039088064804673195, -0.017542021349072456, 0.026848632842302322, -0.03326266631484032, 0.027509018778800964, 0.07160806655883789, 0.009383520111441612, -0.054935891181230545, 0.019131546840071678, ...
0.20105
# GoDaddy This tutorial describes how to set up ExternalDNS for use within a Kubernetes cluster using GoDaddy DNS. Make sure to use \*\*>=0.6\*\* version of ExternalDNS for this tutorial. ## Creating a zone with GoDaddy DNS If you are new to GoDaddy, we recommend you first read the following instructions for creating a...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/godaddy.md
master
external-dns
[ 0.010209865868091583, -0.05512164160609245, 0.018572285771369934, -0.06457897275686264, -0.05449065938591957, 0.0018605233635753393, -0.07398337870836258, 0.021651284769177437, 0.11203592270612717, 0.04045039042830467, -0.033271294087171555, -0.10554032772779465, 0.028925133869051933, -0.0...
0.078699
zone (e.g. 'www.example.com'). The TTL annotation can be used to configure the TTL on DNS records managed by ExternalDNS and is optional. If this annotation is not set, the TTL on records managed by ExternalDNS will default to 10. ExternalDNS uses the hostname annotation to determine which services should be registered...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/godaddy.md
master
external-dns
[ -0.04111066833138466, -0.010062494315207005, 0.05169755220413208, -0.09568852186203003, -0.046917591243982315, -0.05356597900390625, -0.044061072170734406, -0.08952468633651733, 0.166826993227005, 0.001324392156675458, -0.025340430438518524, -0.015000391751527786, 0.03028147481381893, -0.0...
0.057188
# DNSimple This tutorial describes how to setup ExternalDNS for usage with DNSimple. Make sure to use \*\*>=0.4.6\*\* version of ExternalDNS for this tutorial. ## Create a DNSimple API Access Token A DNSimple API access token can be acquired by following the [provided documentation from DNSimple](https://support.dnsimp...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/dnsimple.md
master
external-dns
[ -0.11310376971960068, -0.06074007228016853, 0.004970586393028498, -0.01773185469210148, -0.05358963459730148, -0.0843036025762558, -0.016681350767612457, 0.0607416070997715, -0.027829114347696304, 0.02942865900695324, -0.07986576855182648, -0.07880911231040955, 0.004423540085554123, 0.0266...
0.033662
your service it can take a little while for your cloud provider to create an external IP for the service. Check the status by running `kubectl get services nginx`. If the `EXTERNAL-IP` field shows an address, the service is ready to be accessed externally. Once the service has an external IP assigned, ExternalDNS will ...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/dnsimple.md
master
external-dns
[ -0.12183830142021179, -0.0237374696880579, 0.04397651180624962, -0.04069697856903076, -0.07677225768566132, -0.05584922060370445, -0.025109482929110527, -0.073449045419693, 0.09919429570436478, 0.05744573473930359, -0.05882205069065094, -0.05216950178146362, -0.012598264962434769, -0.02119...
0.068983
# ExternalName Services This tutorial describes how to setup ExternalDNS for usage in conjunction with an ExternalName service. ## Use cases The main use cases that inspired this feature is the necessity for having a subdomain pointing to an external domain. In this scenario, it makes sense for the subdomain to have a ...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/externalname.md
master
external-dns
[ -0.11679858714342117, -0.03233557567000389, 0.029530728235840797, -0.05709118768572807, -0.015498952940106392, -0.09216942638158798, -0.02284248173236847, 0.045732270926237106, 0.08186724781990051, 0.04630280286073685, -0.023699820041656494, -0.09038251638412476, 0.027886493131518364, 0.01...
0.073267
# AWS Filters This document provides guidance on filtering AWS zones using various strategies and flags. ## Strategies for Scoping Zones > Without specifying these flags, management applies to all zones. In order to manage specific zones, there is a possibility to combine multiple options | Argument | Description | Flo...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/aws-filters.md
master
external-dns
[ 0.02158457413315773, 0.029609793797135353, -0.021349191665649414, -0.057385776191949844, 0.08295544981956482, -0.047025151550769806, -0.0012029760982841253, -0.11511646211147308, 0.039997391402721405, 0.027107538655400276, -0.05669063702225685, -0.09769893437623978, 0.022067755460739136, -...
-0.033803
V["Delete zone from zones map"] U -- Yes --> W["Keep zone in zones map"] V --> W W --> R R -- No --> X["Update zonesCache"] X --> Y["Return zones"] ``` \*\*\*Filtering Flow\*\*\* The is a sequence diagram that describes the interaction between `external-dns`, `AWSProvider`, and `Route53Client` during the filtering proc...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/aws-filters.md
master
external-dns
[ -0.04061778262257576, -0.011248941533267498, -0.008713508024811745, -0.03228432312607765, 0.06345220655202866, -0.04379758611321449, -0.018332822248339653, -0.08832577615976334, 0.040597960352897644, 0.02582787349820137, -0.016850672662258148, -0.058730289340019226, -0.014587290585041046, ...
0.055279
# Alibaba Cloud This tutorial describes how to setup ExternalDNS for usage within a Kubernetes cluster on Alibaba Cloud. Make sure to use \*\*>=0.5.6\*\* version of ExternalDNS for this tutorial ## RAM Permissions ```json { "Version": "1", "Statement": [ { "Action": "alidns:AddDomainRecord", "Resource": "\*", "Effect":...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/alibabacloud.md
master
external-dns
[ -0.044856779277324677, -0.03458157181739807, -0.0179237462580204, 0.010021314956247807, -0.058936428278684616, 0.024117009714245796, -0.012462274171411991, -0.028400814160704613, 0.12864598631858826, 0.010268275626003742, 0.009133467450737953, -0.056772008538246155, -0.00451460387557745, -...
0.126937
zones matching provided domain, omit to process all available hosted zones - --provider=alibabacloud - --policy=upsert-only # would prevent ExternalDNS from deleting any records, omit to enable full synchronization - --alibaba-cloud-zone-type=public # only look at public hosted zones (valid values are public, private o...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/alibabacloud.md
master
external-dns
[ -0.05601081624627113, -0.05692560225725174, -0.05303845927119255, 0.007383532356470823, 0.01102216262370348, -0.04651770740747452, 0.008900248445570469, -0.10516247898340225, 0.061260808259248734, 0.05000220984220505, 0.006138097029179335, -0.03965652734041214, 0.061861276626586914, -0.106...
0.00694
up the DNS records for you. Then delete the hosted zone if you created one for the testing purpose. ```console aliyun alidns DeleteDomain --DomainName external-dns-test.com ``` For more info about Alibaba Cloud external dns, please refer this [docs](https://yq.aliyun.com/articles/633412)
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/alibabacloud.md
master
external-dns
[ 0.010181199759244919, -0.05081533268094063, -0.045419737696647644, 0.007616209331899881, -0.019536107778549194, -0.07933711260557175, -0.062476176768541336, -0.07964589446783066, 0.09695140272378922, 0.04137241840362549, 0.006023194640874863, -0.004976514261215925, 0.041502777487039566, -0...
-0.031115
# Using CRD Source for DNS Records This tutorial describes how to use the CRD source with ExternalDNS to manage DNS records. The CRD source allows you to define your desired DNS records declaratively using `DNSEndpoint` custom resources. ## Default Targets and CRD Targets ExternalDNS has a `--default-targets` flag that...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/crd.md
master
external-dns
[ -0.09469500929117203, -0.051617175340652466, 0.019490770995616913, -0.005885136779397726, -0.035238172858953476, -0.03259485214948654, -0.001790681155398488, -0.0143755367025733, 0.04321908578276634, 0.016856057569384575, -0.026464834809303284, -0.04802009463310242, 0.03646218031644821, 0....
0.031834
# Contour HTTPProxy This tutorial describes how to configure External DNS to use the Contour `HTTPProxy` source. Using the `HTTPProxy` resource with External DNS requires Contour version 1.5 or greater. ## Example manifests for External DNS ### Without RBAC ```yaml apiVersion: apps/v1 kind: Deployment metadata: name: e...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/contour.md
master
external-dns
[ -0.13091184198856354, -0.030605627223849297, -0.03073863685131073, -0.033738479018211365, 0.0007172984187491238, -0.07254589349031448, -0.03268149495124817, 0.003852227935567498, 0.03566008806228638, 0.07103008776903152, -0.02929733321070671, -0.06186835840344429, 0.01355300098657608, 0.00...
-0.011205
# CoreDNS - [Documentation](https://coredns.io/) ## Multi cluster support options The CoreDNS provider allows records from different CoreDNS providers to be separated in a single etcd by activating the setting `--coredns-strictly-owned` flag and set `txt-owner-id`. It will prevent any override (update/create/delete) of...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/coredns.md
master
external-dns
[ -0.09835924953222275, -0.020285019651055336, 0.012229577638208866, -0.06437516212463379, -0.017392726615071297, -0.004610440228134394, -0.07583501935005188, -0.048935648053884506, -0.05155590549111366, -0.0031937623862177134, 0.042411383241415024, -0.02379678376019001, 0.05274597182869911, ...
0.075955
# Oracle Cloud Infrastructure This tutorial describes how to setup ExternalDNS for usage within a Kubernetes cluster using OCI DNS. Make sure to use the latest version of ExternalDNS for this tutorial. ## Creating an OCI DNS Zone Create a DNS zone which will contain the managed DNS records. Let's use `example.com` as a...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/oracle.md
master
external-dns
[ -0.06633967161178589, -0.045556940138339996, -0.004169851541519165, -0.016916796565055847, -0.08424083143472672, -0.05765035003423691, 0.007219583727419376, 0.04190728813409805, 0.11068697273731232, -0.015158267691731453, -0.04125475510954857, -0.08959214389324188, 0.01636091247200966, -0....
0.103883
secret generic external-dns-config --from-file=oci.yaml ``` ## Manifest (for clusters with RBAC enabled) Apply the following manifest to deploy ExternalDNS. ```yaml apiVersion: v1 kind: ServiceAccount metadata: name: external-dns --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: external-dn...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/oracle.md
master
external-dns
[ -0.06809675693511963, -0.057487014681100845, -0.01071107480674982, -0.013790738768875599, -0.011027757078409195, -0.042923446744680405, -0.004412745125591755, -0.02082025445997715, 0.042355623096227646, 0.05172635614871979, -0.020105192437767982, -0.03243815526366234, 0.00014216256386134773,...
0.127164
# Webhook provider The "Webhook" provider allows integrating ExternalDNS with DNS providers through an HTTP interface. The Webhook provider implements the `Provider` interface. Instead of implementing code specific to a provider, it implements an HTTP client that sends requests to an HTTP API. The idea behind it is tha...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/webhook-provider.md
master
external-dns
[ -0.12943097949028015, 0.054806046187877655, -0.014793045818805695, -0.06560104340314865, -0.06339704245328903, -0.0805751383304596, -0.09718459099531174, -0.0050414507277309895, -0.0047741178423166275, -0.03427540138363838, -0.005844859406352043, -0.03945725038647652, -0.06489697098731995, ...
0.107753
they affect DNS record management. ## Best practices for webhook provider authors ### Status codes Use the correct HTTP status codes — they directly control ExternalDNS retry behaviour: | Situation | Status code | Effect | | --------- | ----------- | ------ | | Success (`Records`, `AdjustEndpoints`) | `200 OK` | Accept...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/webhook-provider.md
master
external-dns
[ -0.1486799418926239, 0.039544228464365005, -0.010803663171827793, 0.026212558150291443, -0.008511622436344624, -0.11196868121623993, -0.04835006967186928, -0.017949895933270454, 0.049266427755355835, 0.001952192629687488, 0.039429426193237305, 0.018070396035909653, 0.03305622562766075, -0....
0.167878
# kOps dns-controller kOps includes a dns-controller that is primarily used to bootstrap the cluster, but can also be used for provisioning DNS entries for Services and Ingress. ExternalDNS can be used as a drop-in replacement for dns-controller if you are running a non-gossip cluster. The flag `--compatibility kops-dn...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/kops-dns-controller.md
master
external-dns
[ -0.10272177308797836, -0.030448349192738533, 0.02059411257505417, -0.02555696852505207, 0.032501645386219025, 0.017578473314642906, -0.028953786939382553, -0.03458059951663017, 0.10582751780748367, -0.003821484511718154, -0.004249374847859144, -0.0014186067273840308, -0.0488777682185173, -...
0.145308
# AWS Cloud Map API This tutorial describes how to set up ExternalDNS for usage within a Kubernetes cluster with [AWS Cloud Map API](https://docs.aws.amazon.com/cloud-map/). \*\*AWS Cloud Map\*\* API is an alternative approach to managing DNS records directly using the Route53 API. It is more suitable for a dynamic env...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/aws-sd.md
master
external-dns
[ -0.05243711918592453, -0.04097636044025421, 0.031138204038143158, 0.013478100299835205, -0.09796865284442902, 0.03080836683511734, -0.05269937589764595, -0.019088629633188248, 0.10367641597986221, 0.07083386927843094, -0.07114016264677048, -0.055263686925172806, 0.036697402596473694, -0.06...
0.116705
external-dns template: metadata: labels: app: external-dns spec: containers: - name: external-dns image: registry.k8s.io/external-dns/external-dns:v0.21.0 env: - name: AWS\_REGION value: us-east-1 # put your CloudMap NameSpace region args: - --source=service - --source=ingress - --domain-filter=external-dns-test.my-org...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/aws-sd.md
master
external-dns
[ -0.02736916020512581, -0.0018762937979772687, 0.012720242142677307, -0.021719876676797867, -0.012108194641768932, -0.0662975013256073, -0.008646735921502113, -0.019155075773596764, 0.055803585797548294, 0.051624514162540436, -0.01511167362332344, -0.11931432038545609, 0.016273362562060356, ...
0.027536
nginx ``` Give ExternalDNS some time to clean up the DNS records for you. Then delete the remaining service and namespace. ```console $ aws servicediscovery list-services { "Services": [ { "Id": "srv-6dygt5ywvyzvi3an", "Arn": "arn:aws:servicediscovery:us-west-2:861574988794:service/srv-6dygt5ywvyzvi3an", "Name": "nginx...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/aws-sd.md
master
external-dns
[ -0.07754284143447876, -0.018542299047112465, -0.01577002927660942, -0.04484375938773155, -0.01919151283800602, -0.06999944895505905, 0.030860982835292816, -0.10597549378871918, 0.1368519514799118, 0.10096389800310135, -0.03380574285984039, -0.0044361911714077, 0.01797213777899742, 0.026184...
0.019928
# AWS and LocalStack ## Overview This tutorial demonstrates how to configure ExternalDNS to manage DNS records in LocalStack's Route53 service using a local Kind (Kubernetes in Docker) cluster. ### TL;DR After completing this lab, you will have a Kubernetes environment running as containers in your local development ma...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/aws-localstack.md
master
external-dns
[ -0.02963968738913536, -0.01682829111814499, 0.0296994149684906, 0.010082581080496311, -0.06531349569559097, -0.011254708282649517, -0.04227590560913086, 0.006995736621320248, 0.048737846314907074, 0.06484203785657883, -0.06702137738466263, -0.06126377359032631, -0.029895618557929993, -0.06...
0.043193
records that don't correspond to Kubernetes services - Managing complex DNS configurations (multiple targets, weighted routing) - Integrating with external systems or custom controllers Verify the CRD is installed ```sh kubectl get crd dnsendpoints.externaldns.k8s.io ``` ### Example 1: Multiple Records Create a simple ...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/aws-localstack.md
master
external-dns
[ -0.04495108127593994, -0.009957046248018742, 0.014134305529296398, -0.02620391920208931, -0.05329246446490288, -0.03886905685067177, -0.023958880454301834, -0.020925438031554222, 0.12314416468143463, 0.061541516333818436, 0.00690787797793746, -0.10830455273389816, 0.03896237909793854, -0.1...
0.052418
LocalStack Route53 User->>K8s: kubectl apply -f service.yaml K8s->>K8s: Service created Note over ED: Watches for Service changes K8s->>ED: Service event detected ED->>ED: Parse annotation: nginx.example.com ED->>LS: Check existing records LS-->>ED: No record exists ED->>LS: Create A record nginx.example.com → LoadBala...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/aws-localstack.md
master
external-dns
[ -0.10457827150821686, -0.0020751545671373606, 0.013864134438335896, -0.010614096187055111, -0.004145985934883356, -0.05105392634868622, -0.022654853761196136, -0.06494651734828949, 0.08721599727869034, 0.10262754559516907, -0.02562444843351841, -0.06425195932388306, -0.02695951983332634, -...
0.099476
# AWS Load Balancer Controller This tutorial describes how to use ExternalDNS with the [aws-load-balancer-controller][1]. [1]: https://kubernetes-sigs.github.io/aws-load-balancer-controller ## Setting up ExternalDNS and aws-load-balancer-controller Follow the [AWS tutorial](aws.md) to setup ExternalDNS for use in Kuber...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/aws-load-balancer-controller.md
master
external-dns
[ -0.08185671269893646, 0.005662940908223391, -0.008070024661719799, -0.017613431438803673, -0.030729109421372414, 0.00040944264037534595, 0.06810019910335541, -0.0005587316118180752, 0.09434754401445389, 0.05215766280889511, -0.062438104301691055, -0.11169987916946411, 0.027577174827456474, ...
0.111001
for the resulting ALB. ## Dualstack Load Balancers AWS [supports both IPv4 and "dualstack" (both IPv4 and IPv6) interfaces for ALBs][4] and [NLBs][5]. The AWS Load Balancer Controller uses the `alb.ingress.kubernetes.io/ip-address-type` annotation (which defaults to `ipv4`) to determine this. ExternalDNS creates both A...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/aws-load-balancer-controller.md
master
external-dns
[ -0.10384518653154373, 0.035337503999471664, 0.009992683306336403, -0.02392631769180298, -0.08542393893003464, -0.0028771080542355776, -0.01761781983077526, -0.058479584753513336, 0.1226886436343193, 0.013059587217867374, -0.06624013930559158, -0.08520008623600006, 0.017849231138825417, -0....
0.047016
# Headless Services This tutorial describes how to setup ExternalDNS for usage in conjunction with a Headless service. ## Use cases The main use cases that inspired this feature is the necessity for fixed addressable hostnames with services, such as Kafka when trying to access them from outside the cluster. In this sce...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/hostport.md
master
external-dns
[ -0.07161896675825119, -0.03155918046832085, -0.05859416350722313, -0.004146039020270109, -0.07000024616718292, -0.010318798944354057, -0.08374027162790298, 0.009014038369059563, 0.058177921921014786, 0.04489068314433098, -0.018742170184850693, -0.02052142284810543, -0.015687482431530952, -...
0.121726
can omit the annotation. ```sh kafka-0.ksvc.example.org IP-0 kafka-1.ksvc.example.org IP-1 kafka-2.ksvc.example.org IP-2 ksvc.example.org IP-0,IP-1,IP-2 ``` #### Using pods' HostIPs as targets Add the following annotation to your `Service`: ```yaml external-dns.alpha.kubernetes.io/endpoints-type: HostIP ``` external-dn...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/hostport.md
master
external-dns
[ -0.018850766122341156, -0.009127939119935036, 0.009122926741838455, -0.004864322021603584, -0.011395496316254139, -0.012641497887670994, -0.020478786900639534, -0.02639489434659481, 0.1067708432674408, 0.06500822305679321, -0.03861865773797035, -0.05694396048784256, -0.03692485764622688, -...
0.156799
# Exoscale ## Prerequisites Exoscale provider support was added via [this PR](https://github.com/kubernetes-sigs/external-dns/pull/625), thus you need to use external-dns v0.5.5. The Exoscale provider expects that your Exoscale zones, you wish to add records to, already exists and are configured correctly. It does not ...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/exoscale.md
master
external-dns
[ -0.020575296133756638, -0.035182952880859375, 0.030703796073794365, -0.0352759025990963, -0.06278566271066666, -0.05335802584886551, -0.024444881826639175, 0.007418374996632338, 0.0853886529803276, 0.10040926188230515, -0.016818802803754807, -0.0854606106877327, -0.04750475287437439, -0.01...
0.096629
# GKE with nginx-ingress-controller This tutorial describes how to setup ExternalDNS for usage within a GKE cluster that doesn't make use of Google's [default ingress controller](https://github.com/kubernetes/ingress-gce) but rather uses [nginx-ingress-controller](https://github.com/kubernetes/ingress-nginx) for that t...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/gke-nginx.md
master
external-dns
[ -0.055094048380851746, -0.00949817430227995, 0.006512794177979231, -0.053210947662591934, -0.044409818947315216, -0.05964593216776848, 0.007688887882977724, -0.02482893131673336, 0.011634411290287971, 0.04972528666257858, -0.059214577078819275, -0.1162392869591713, 0.043933331966400146, -0...
0.047614
put multiple IPs as targets in your Ingress objects in that case. It could also make sense to run it as a DaemonSet. However, we'll just run a single replica. You have to open the respective ports on all of your worker nodes to allow nginx to receive traffic. ```console gcloud compute firewall-rules create "allow-http"...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/gke-nginx.md
master
external-dns
[ -0.04555726796388626, 0.03146509453654289, -0.010804113000631332, -0.028012938797473907, -0.0629037395119667, -0.04338182508945465, 0.021163783967494965, -0.0612679086625576, -0.0036666356027126312, 0.08131766319274902, -0.07529246062040329, -0.08771108090877533, 0.06452663242816925, -0.03...
0.077186
on the first run. Note, that you will not see any records created when you are running in dry-run mode. You can, however, inspect the logs and watch what would have been done. ### Deploy a sample application Create the following sample application to test that ExternalDNS works. ```yaml apiVersion: networking.k8s.io/v1...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/gke-nginx.md
master
external-dns
[ -0.11007238924503326, -0.02263525500893593, -0.014423893764615059, 0.0006579376058652997, -0.038697440177202225, -0.13241063058376312, -0.027558578178286552, -0.06796278059482574, 0.041698165237903595, 0.04358596354722977, -0.010645635426044464, -0.021627001464366913, -0.02164524421095848, ...
0.059464
for this zone by adding the corresponding NS records there. Assuming the parent zone is "gcp-zalan-do" and the domain is "gcp.zalan.do" and that it's also hosted at Google we would do the following. ```console $ gcloud dns record-sets transaction start --zone=gcp-zalan-do $ gcloud dns record-sets transaction add ns-clo...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/gke-nginx.md
master
external-dns
[ -0.02349495328962803, -0.03498360514640808, -0.049028657376766205, -0.02588968724012375, -0.09309728443622589, -0.07572805881500244, 0.037155356258153915, -0.03707736358046532, 0.021543124690651894, 0.06358828395605087, -0.026283588260412216, -0.08856222033500671, 0.04754231125116348, -0.0...
-0.002059
gcp-zalan-do $ gcloud dns record-sets transaction remove ns-cloud-e{1..4}.googledomains.com. \ --name=external-dns-test.gcp.zalan.do. --ttl 300 --type NS --zone=gcp-zalan-do $ gcloud dns record-sets transaction execute --zone=gcp-zalan-do ``` ## User Demo How-To Blogs and Examples \* Run external-dns on GKE with worklo...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/gke-nginx.md
master
external-dns
[ -0.09556526690721512, 0.03007342666387558, 0.03483766317367554, -0.0348581038415432, -0.08360922336578369, -0.125763937830925, 0.027138810604810715, -0.08084648102521896, 0.09280727803707123, 0.025680940598249435, -0.033523187041282654, -0.053356580436229706, 0.015248971059918404, 0.007546...
0.0384
# AWS Route53 with same domain for public and private zones This tutorial describes how to setup ExternalDNS using the same domain for public and private Route53 zones and [nginx-ingress-controller](https://github.com/kubernetes/ingress-nginx). It also outlines how to use [cert-manager](https://github.com/jetstack/cert...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/aws-public-private-route53.md
master
external-dns
[ -0.06199035048484802, -0.02324567176401615, -0.008209966123104095, 0.011008362285792828, -0.019749954342842102, -0.05047830566763878, -0.002150407526642084, -0.011719283647835255, 0.07357526570558548, 0.008643773384392262, -0.041340526193380356, -0.09634463489055634, 0.03711754456162453, -...
0.019728
1 selector: matchLabels: app: external-dns-private strategy: type: Recreate template: metadata: labels: app: external-dns-private spec: containers: - args: - --source=ingress - --provider=aws - --registry=txt - --txt-owner-id=dev.k8s.nexus - --ingress-class=internal-ingress - --aws-zone-type=private image: registry.k8s...
https://github.com/kubernetes-sigs/external-dns/blob/master//docs/tutorials/aws-public-private-route53.md
master
external-dns
[ -0.05883076414465904, 0.03523201495409012, 0.011636747047305107, -0.06863655894994736, -0.02085660770535469, -0.03834129497408867, 0.03055432438850403, 0.02435486391186714, 0.05164987966418266, 0.05019676685333252, -0.02549978718161583, -0.1137159988284111, 0.044210027903318405, 0.00262830...
0.069204