{"id":12697,"date":"2019-07-31T05:12:00","date_gmt":"2019-07-31T03:12:00","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/"},"modified":"2019-07-31T05:12:00","modified_gmt":"2019-07-31T03:12:00","slug":"red-hat-8-server-in-9-minutes-into-the-google-cloud","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/","title":{"rendered":"Red Hat 8 Server in 9 minutes into the Google Cloud"},"content":{"rendered":"<p>Do you have 9 minutes to learn how to quick start with the Google Cloud? Here is a simple copy\/past procedure to successfully deploy a <a href=\"https:\/\/www.dbi-services.com\/blog\/red-hat-enterprise-linux-8-application-streams\/\">Red Hat 8<\/a> compute server into the Cloud.<\/p>\n<h2>Installation of the Google command client<\/h2>\n<p>Download first the client and uncompress it:<br \/>\n<code><br \/>\n$ curl -O https:\/\/dl.google.com\/dl\/cloudsdk\/channels\/rapid\/downloads\/google-cloud-sdk-255.0.0-linux-x86_64.tar.gz<br \/>\n$ tar zxvf google-cloud-sdk-255.0.0-linux-x86_64.tar.gz<br \/>\n<\/code><\/p>\n<p>Optionally configure the PATH for your comfort:<br \/>\n<code>$ .\/google-cloud-sdk\/install.sh<\/code><\/p>\n<p>That command will connect your local environment with your cloud. Just follow the provided instructions:<br \/>\n<code>$ gcloud init --console-only<\/code><\/p>\n<p>Now you&#8217;re connected and ready to go \ud83d\ude42<\/p>\n<h2>Creation of your compute node Red Hat 8<\/h2>\n<p>First of all, here a simple way to get help from your local environment:<br \/>\n<code>$ gcloud compute -h<br \/>\nUsage: gcloud compute [optional flags] &lt;group | command&gt;<br \/>\n  group may be           accelerator-types | addresses | backend-buckets |<br \/>\n                         backend-services | commitments | diagnose |<br \/>\n                         disk-types | disks | firewall-rules |<br \/>\n                         forwarding-rules | health-checks | http-health-checks |<br \/>\n                         https-health-checks | images | instance-groups |<br \/>\n                         instance-templates | instances | interconnects |<br \/>\n                         machine-types | network-endpoint-groups | networks |<br \/>\n                         operations | os-login | project-info | regions |<br \/>\n                         reservations | resource-policies | routers | routes |<br \/>\n                         security-policies | shared-vpc | snapshots |<br \/>\n                         sole-tenancy | ssl-certificates | ssl-policies |<br \/>\n                         target-http-proxies | target-https-proxies |<br \/>\n                         target-instances | target-pools | target-ssl-proxies |<br \/>\n                         target-tcp-proxies | target-vpn-gateways | tpus |<br \/>\n                         url-maps | vpn-tunnels | zones<br \/>\n  command may be         config-ssh | connect-to-serial-port | copy-files |<br \/>\n                         reset-windows-password | scp | sign-url | ssh |<br \/>\n                         start-iap-tunnel<br \/>\n<\/code><\/p>\n<p><a href=\"https:\/\/cloud.google.com\/sdk\/gcloud\/reference\/compute\/images\/list\" rel=\"noopener noreferrer\" target=\"_blank\">You list he available images<\/a> and search for the Red Hat 8 (or whichever) to create your compute server:<br \/>\n<code>$ gcloud compute images list | grep rhel-8<br \/>\nrhel-8-v20190618                                      rhel-cloud         rhel-8                                        READY<br \/>\n<\/code><\/p>\n<p>Then, <a href=\"https:\/\/cloud.google.com\/sdk\/gcloud\/reference\/compute\/zones\/list\" rel=\"noopener noreferrer\" target=\"_blank\">you may want your compute server be located close to you<\/a>. I&#8217;ll chose Europe and specially the Frankfurt area:<br \/>\n<code><br \/>\n$ gcloud compute zones list | grep europe<br \/>\neurope-west4-a             europe-west4             UP<br \/>\neurope-west4-b             europe-west4             UP<br \/>\neurope-west4-c             europe-west4             UP<br \/>\neurope-west1-b             europe-west1             UP<br \/>\neurope-west1-d             europe-west1             UP<br \/>\neurope-west1-c             europe-west1             UP<br \/>\neurope-west3-c             europe-west3             UP    ----&gt; germany frankfurt, zone A<br \/>\neurope-west3-a             europe-west3             UP    ----&gt; germany frankfurt, zone B<br \/>\neurope-west3-b             europe-west3             UP    ----&gt; germany frankfurt, zone C<br \/>\neurope-west2-c             europe-west2             UP<br \/>\neurope-west2-b             europe-west2             UP<br \/>\neurope-west2-a             europe-west2             UP<br \/>\neurope-north1-a            europe-north1            UP<br \/>\neurope-north1-b            europe-north1            UP<br \/>\neurope-north1-c            europe-north1            UP<br \/>\neurope-west6-a             europe-west6             UP<br \/>\neurope-west6-b             europe-west6             UP<br \/>\neurope-west6-c             europe-west6             UP<br \/>\n<\/code><\/p>\n<p>Now, you&#8217;re ready to create <a href=\"https:\/\/cloud.google.com\/sdk\/gcloud\/reference\/compute\/instances\/create\" rel=\"noopener noreferrer\" target=\"_blank\">your compute server<\/a> with few CPU core and memory:<br \/>\n<code>$ gcloud compute instances create openshift-master --zone europe-west3-a --custom-cpu=2 --custom-memory=2G --image-project=rhel-cloud --image-family=rhel-8<br \/>\nCreated [https:\/\/www.googleapis.com\/compute\/v1\/projects\/vivid-env-242712\/zones\/europe-west3-a\/instances\/openshift-master].<br \/>\nNAME              ZONE            MACHINE_TYPE               PREEMPTIBLE  INTERNAL_IP  EXTERNAL_IP     STATUS<br \/>\nopenshift-master  europe-west3-a  custom (2 vCPU, 2.00 GiB)               10.156.0.3   35.234.117.157  RUNNING<br \/>\n<\/code><\/p>\n<p>After few seconds, the compute server is immediately reachable:<br \/>\n<code>$ ping -c 1 35.234.117.157<br \/>\nPING 35.234.117.157 (35.234.117.157) 56(84) bytes of data.<br \/>\n64 bytes from 35.234.117.157: icmp_seq=1 ttl=59 time=55.4 ms<br \/>\n--- 35.234.117.157 ping statistics ---<br \/>\n.<br \/>\n1 packets transmitted, 1 received, 0% packet loss, time 0ms<br \/>\nrtt min\/avg\/max\/mdev = 55.453\/55.453\/55.453\/0.000 ms<br \/>\n<\/code><\/p>\n<p>Now you can configure you local ssh environment for your comfort and password less authentication:<br \/>\n<code>$ gcloud compute config-ssh<br \/>\nYou should now be able to use ssh\/scp with your instances.<br \/>\nFor example, try running:<br \/>\n.<br \/>\n  $ ssh openshift-master.europe-west3-a.vivid-env-242712<br \/>\n<\/code><\/p>\n<p>You connect to the instance and verify your OS release:<br \/>\n<code>$ ssh openshift-master.europe-west3-a.vivid-env-242712<br \/>\nThe authenticity of host 'compute.6016769543430629535 (35.234.117.157)' can't be established.<br \/>\nECDSA key fingerprint is SHA256:aiHQl7nOQsqLNEmZ2yBxe1Ry8zlkBA8fLe0pKJuEm0s.<br \/>\nAre you sure you want to continue connecting (yes\/no)? yes<br \/>\nWarning: Permanently added 'compute.6016769543430629535' (ECDSA) to the list of known hosts.<br \/>\n[nico@openshift-master ~]$ cat \/etc\/os-release<br \/>\nNAME=\"Red Hat Enterprise Linux\"<br \/>\nVERSION=\"8.0 (Ootpa)\"<br \/>\nID=\"rhel\"<br \/>\nID_LIKE=\"fedora\"<br \/>\nVERSION_ID=\"8.0\"<br \/>\nPLATFORM_ID=\"platform:el8\"<br \/>\nPRETTY_NAME=\"Red Hat Enterprise Linux 8.0 (Ootpa)\"<br \/>\nANSI_COLOR=\"0;31\"<br \/>\nCPE_NAME=\"cpe:\/o:redhat:enterprise_linux:8.0:GA\"<br \/>\nHOME_URL=\"https:\/\/www.redhat.com\/\"<br \/>\nBUG_REPORT_URL=\"https:\/\/bugzilla.redhat.com\/\"<br \/>\n<\/code><\/p>\n<h2>Cleaning<\/h2>\n<p>Don&#8217;t forget to destroy your resource once you finished your work, otherwise the monthly billing will teach it to you:<br \/>\n<code>$ gcloud compute instances list<br \/>\nNAME              ZONE            MACHINE_TYPE               PREEMPTIBLE  INTERNAL_IP  EXTERNAL_IP     STATUS<br \/>\nopenshift-master  europe-west3-a  custom (2 vCPU, 2.00 GiB)               10.156.0.3   35.234.117.157  RUNNING<br \/>\n<\/code><\/p>\n<p><code>$ gcloud compute instances delete openshift-master --zone europe-west3-a --quiet<br \/>\nDeleted [https:\/\/www.googleapis.com\/compute\/v1\/projects\/vivid-env-242712\/zones\/europe-west3-a\/instances\/openshift-master].<\/code><\/p>\n<h2>Conclusion<\/h2>\n<p>I find quit simple to deploy component into the Google cloud. Do you? Of course that was a simple infrastructure with one server. You may need to deploy more sustainable components and interconnect them for your more complex infrastructure. Are you about to start new deployment into the Cloud? <\/p>\n<p>I hope this helps and please don&#8217;t hesitate to <a href=\"https:\/\/www.dbi-services.com\/fr\/contact\/\">contact us<\/a> or comment below should you need more detail.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Do you have 9 minutes to learn how to quick start with the Google Cloud? Here is a simple copy\/past procedure to successfully deploy a Red Hat 8 compute server into the Cloud. Installation of the Google command client Download first the client and uncompress it: $ curl -O https:\/\/dl.google.com\/dl\/cloudsdk\/channels\/rapid\/downloads\/google-cloud-sdk-255.0.0-linux-x86_64.tar.gz $ tar zxvf google-cloud-sdk-255.0.0-linux-x86_64.tar.gz Optionally [&hellip;]<\/p>\n","protected":false},"author":27,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[229],"tags":[],"type_dbi":[],"class_list":["post-12697","post","type-post","status-publish","format-standard","hentry","category-database-administration-monitoring"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Red Hat 8 Server in 9 minutes into the Google Cloud - dbi Blog<\/title>\n<meta name=\"description\" content=\"9 minutes to quick start with the Google Cloud! Here is a simple copy\/past procedure to successfully deploy a Red Hat 8 compute server into the Google Cloud.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Red Hat 8 Server in 9 minutes into the Google Cloud\" \/>\n<meta property=\"og:description\" content=\"9 minutes to quick start with the Google Cloud! Here is a simple copy\/past procedure to successfully deploy a Red Hat 8 compute server into the Google Cloud.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-07-31T03:12:00+00:00\" \/>\n<meta name=\"author\" content=\"Oracle Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Oracle Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/\"},\"author\":{\"name\":\"Oracle Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"headline\":\"Red Hat 8 Server in 9 minutes into the Google Cloud\",\"datePublished\":\"2019-07-31T03:12:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/\"},\"wordCount\":285,\"commentCount\":0,\"articleSection\":[\"Database Administration &amp; Monitoring\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/\",\"name\":\"Red Hat 8 Server in 9 minutes into the Google Cloud - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2019-07-31T03:12:00+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"description\":\"9 minutes to quick start with the Google Cloud! Here is a simple copy\/past procedure to successfully deploy a Red Hat 8 compute server into the Google Cloud.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Red Hat 8 Server in 9 minutes into the Google Cloud\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\",\"name\":\"Oracle Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"caption\":\"Oracle Team\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Red Hat 8 Server in 9 minutes into the Google Cloud - dbi Blog","description":"9 minutes to quick start with the Google Cloud! Here is a simple copy\/past procedure to successfully deploy a Red Hat 8 compute server into the Google Cloud.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/","og_locale":"en_US","og_type":"article","og_title":"Red Hat 8 Server in 9 minutes into the Google Cloud","og_description":"9 minutes to quick start with the Google Cloud! Here is a simple copy\/past procedure to successfully deploy a Red Hat 8 compute server into the Google Cloud.","og_url":"https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/","og_site_name":"dbi Blog","article_published_time":"2019-07-31T03:12:00+00:00","author":"Oracle Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Oracle Team","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/"},"author":{"name":"Oracle Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"headline":"Red Hat 8 Server in 9 minutes into the Google Cloud","datePublished":"2019-07-31T03:12:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/"},"wordCount":285,"commentCount":0,"articleSection":["Database Administration &amp; Monitoring"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/","url":"https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/","name":"Red Hat 8 Server in 9 minutes into the Google Cloud - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2019-07-31T03:12:00+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"description":"9 minutes to quick start with the Google Cloud! Here is a simple copy\/past procedure to successfully deploy a Red Hat 8 compute server into the Google Cloud.","breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/red-hat-8-server-in-9-minutes-into-the-google-cloud\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Red Hat 8 Server in 9 minutes into the Google Cloud"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee","name":"Oracle Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","caption":"Oracle Team"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/12697","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=12697"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/12697\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=12697"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=12697"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=12697"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=12697"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}