{"id":1033,"date":"2017-08-07T22:49:38","date_gmt":"2017-08-08T03:49:38","guid":{"rendered":"https:\/\/www.softwareab.net\/wordpress\/?p=1033"},"modified":"2017-08-30T16:36:18","modified_gmt":"2017-08-30T21:36:18","slug":"kubernetes-for-mac","status":"publish","type":"post","link":"https:\/\/www.softwareab.net\/wordpress\/kubernetes-for-mac\/","title":{"rendered":"Kubernetes for Mac"},"content":{"rendered":"<h2 id=\"run-kubernetes-natively-on-mac\">Run Kubernetes Natively on Mac<\/h2>\n<p>Here&#8217;s the native Docker for Mac (xhyve) solution we contribute heavily to.<\/p>\n<p># <strong>Pull down the Code<\/strong>:<\/p>\n<pre><code>git clone https:\/\/github.com\/streamplace\/kube-for-mac.git<\/code><\/pre>\n<p># <strong>Link the Kubernetes shell script to your path<\/strong>. You&#8217;ll want the <code>run-docker-kube-for-mac.sh<\/code> in your path. For example:<br \/>\nCloudraticSolutionsLLCs-MacBook-Pro:kube-for-mac l.abruce$ ls -la ~\/bin\/run-docker-kube-for-mac.sh<br \/>\nlrwxr-xr-x 1 l.abruce staff 109 May 3 09:15 \/Users\/l.abruce\/bin\/run-docker-kube-for-mac.sh -&gt; \/Users\/l.abruce\/proj\/git\/src\/github.com\/streamplace\/run-docker-kube-for-mac.sh<\/p>\n<p># <strong>Start the cluster<\/strong>.<\/p>\n<p><strong><\/strong> Make sure you are in the <code>kube-for-mac<\/code> folder (you pulled this down from <code>github<\/code>).<\/p>\n<p><strong><\/strong> Start the cluster:<\/p>\n<pre><code>.\/lcl-k8s4m.sh start<\/code><\/pre>\n<p><strong><\/strong> Output will resemble:<\/p>\n<pre><code>Starting kube-for-mac...\r\ndocker run --privileged -v \/:\/rootfs -v \/Users:\/Users \\\r\n  --volume \/Users\/l.abruce\/proj\/git\/lmgitlab.hlsdev.local\/hlsdev\/docker-images\/kube-for-mac\/hacks\/v1.6.3:\/etc\/hacks-in:ro \\\r\n  -d --name lm-docker-kube-for-mac-start \\\r\n  -e DOCKER_ARGS=&quot;--volume \/etc\/hacks\/v1.6.3\/kubelet\/etc\/kubernetes\/manifests\/master.json:\/etc\/kubernetes\/manifests\/master.json:ro&quot; \\\r\n  -e K8S_VERSION=1.6.3 \\\r\n  -e KUBELET_ARGS=&quot;--cgroups-per-qos=false --enforce-node-allocatable=&quot;&quot;&quot; \\\r\n  -e K8S_HACKS=&quot;\/etc\/hacks-in\/hacks.sh&quot; \\\r\n  dockerregistry.hlsdev.local:5000\/hlsdev\/kube-for-mac:latest\r\n4165b038f8086f548d8128f0b684061b6a19ec88eeff423186b879519c0d0e5b\r\nWait for start: .OK\r\nWait for server: ..OK<\/code><\/pre>\n<p># <strong>Verify the cluster.<\/strong><\/p>\n<p><strong><\/strong> First, get namespaces:<\/p>\n<pre><code>CloudraticSolutionsLLCs-MacBook-Pro:kube-for-mac l.abruce$ kubectl get ns\r\nNAME          STATUS    AGE\r\ndefault       Active    28s\r\nkube-public   Active    27s\r\nkube-system   Active    28s<\/code><\/pre>\n<p><strong><\/strong> Verify the pods:<\/p>\n<pre><code>CloudraticSolutionsLLCs-MacBook-Pro:kube-for-mac l.abruce$ kubectl --namespace=kube-system get pods\r\nNAME                                    READY     STATUS    RESTARTS   AGE\r\nk8s-etcd-127.0.0.1                      1\/1       Running   0          43s\r\nk8s-master-127.0.0.1                    4\/4       Running   1          43s\r\nkube-addon-manager-127.0.0.1            2\/2       Running   0          43s\r\nkube-dns-806549836-wgx9j                3\/3       Running   0          41s\r\nkubernetes-dashboard-2917854236-9vkr9   1\/1       Running   0          42s<\/code><\/pre>\n<p><strong><\/strong> Start a sample pod:<\/p>\n<pre><code>kubectl run -i -t busybox --image=busybox --restart=Never<\/code><\/pre>\n<p>Now verify DNS works and exit:<\/p>\n<pre><code>\/ # nslookup kubernetes\r\nServer:    10.0.0.10\r\nAddress 1: 10.0.0.10 kube-dns.kube-system.svc.cluster.local\r\n\r\nName:      kubernetes\r\nAddress 1: 10.0.0.1 kubernetes.default.svc.cluster.local\r\n\/ # exit<\/code><\/pre>\n<p># <strong>Terminate the cluster<\/strong>. Simply use the analogous <code>stop<\/code> command:<\/p>\n<pre><code>.\/lcl-k8s4m.sh stop<\/code><\/pre>\n<p>Output should resemble:<\/p>\n<pre><code>Stopping kube-for-mac...\r\ndocker run --privileged -v \/:\/rootfs -v \/Users:\/Users \\\r\n  --volume \/Users\/l.abruce\/proj\/git\/lmgitlab.hlsdev.local\/hlsdev\/docker-images\/kube-for-mac\/hacks\/v1.6.3:\/etc\/hacks-in:ro \\\r\n  -d --name lm-docker-kube-for-mac-stop \\\r\n  -e K8S_VERSION=1.6.3 \\\r\n  -e K8S_HACKS=&quot;\/etc\/hacks-in\/hacks.sh&quot; \\\r\n  dockerregistry.hlsdev.local:5000\/hlsdev\/kube-for-mac:latest stop\r\nd0d0fb33b26b971dd405e2db5a6f857e4d498f528277d5602b26892a2ef11e7c\r\nWait for stop: ..........OK\r\n\r\n&gt;&gt;&gt;&gt;&gt;&gt;&gt;  Deleting Kubernetes cluster...\r\nkubelet\r\nk8s-proxy-1\r\nk8s-proxy-2\r\n\r\n&gt;&gt;&gt;&gt;&gt;&gt;&gt;  Deleting all kubernetes containers...\r\nk8s_busybox_busybox_default_6827e94d-3a49-11e7-962d-ba4b3ade41c6_0\r\nk8s_POD_busybox_default_6827e94d-3a49-11e7-962d-ba4b3ade41c6_0\r\nk8s_sidecar_kube-dns-806549836-wgx9j_kube-system_3c128f2d-3a49-11e7-962d-ba4b3ade41c6_0\r\nk8s_dnsmasq_kube-dns-806549836-wgx9j_kube-system_3c128f2d-3a49-11e7-962d-ba4b3ade41c6_0\r\nk8s_kubedns_kube-dns-806549836-wgx9j_kube-system_3c128f2d-3a49-11e7-962d-ba4b3ade41c6_0\r\nk8s_kubernetes-dashboard_kubernetes-dashboard-2917854236-9vkr9_kube-system_3b5b66aa-3a49-11e7-962d-ba4b3ade41c6_0\r\nk8s_POD_kube-dns-806549836-wgx9j_kube-system_3c128f2d-3a49-11e7-962d-ba4b3ade41c6_0\r\nk8s_POD_kubernetes-dashboard-2917854236-9vkr9_kube-system_3b5b66aa-3a49-11e7-962d-ba4b3ade41c6_0\r\nk8s_apiserver_k8s-master-127.0.0.1_kube-system_46406242b8e4a9b7dee0f580bce8311d_1\r\nk8s_setup_k8s-master-127.0.0.1_kube-system_46406242b8e4a9b7dee0f580bce8311d_0\r\nk8s_scheduler_k8s-master-127.0.0.1_kube-system_46406242b8e4a9b7dee0f580bce8311d_0\r\nk8s_apiserver_k8s-master-127.0.0.1_kube-system_46406242b8e4a9b7dee0f580bce8311d_0\r\nk8s_kube-addon-manager-data_kube-addon-manager-127.0.0.1_kube-system_6d93f1030e8e9e6e27f07f918bada68b_0\r\nk8s_etcd_k8s-etcd-127.0.0.1_kube-system_ce41cb65bfba8d0e5f2575acaa3816ca_0\r\nk8s_controller-manager_k8s-master-127.0.0.1_kube-system_46406242b8e4a9b7dee0f580bce8311d_0\r\nk8s_kube-addon-manager_kube-addon-manager-127.0.0.1_kube-system_6d93f1030e8e9e6e27f07f918bada68b_0\r\nk8s_kube-proxy_k8s-proxy-127.0.0.1_kube-system_d00ccc45519f37e0b496f8ba2ebc1354_0\r\nk8s_POD_k8s-etcd-127.0.0.1_kube-system_ce41cb65bfba8d0e5f2575acaa3816ca_0\r\nk8s_POD_k8s-master-127.0.0.1_kube-system_46406242b8e4a9b7dee0f580bce8311d_0\r\nk8s_POD_kube-addon-manager-127.0.0.1_kube-system_6d93f1030e8e9e6e27f07f918bada68b_0\r\nk8s_POD_k8s-proxy-127.0.0.1_kube-system_d00ccc45519f37e0b496f8ba2ebc1354_0\r\n\r\n&gt;&gt;&gt;&gt;&gt;&gt;&gt;  Deleting kube-for-mac startup container...\r\ndockerregistry.hlsdev.local:5000\/hlsdev\/kube-for-mac:latest\r\n4165b038f808\r\n\r\n&gt;&gt;&gt;&gt;&gt;&gt;&gt;  Removing all kubelet mounts\r\n\r\n&gt;&gt;&gt;&gt;&gt;&gt;&gt;  Removing \/var\/lib\/kubelet\r\n\r\n&gt;&gt;&gt;&gt;&gt;&gt;&gt;  Executing hack: &#39;\/etc\/hacks-in\/hacks.sh&#39;\r\nCleanup Docker Alpine folder...\r\nRemove our specific hacks folder...<\/code><\/pre>\n<p>That is all.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Run Kubernetes Natively on Mac Here&#8217;s the native Docker for Mac (xhyve) solution we contribute heavily to. # Pull down the Code: git clone https:\/\/github.com\/streamplace\/kube-for-mac.git # Link the Kubernetes shell script to your path. You&#8217;ll want the run-docker-kube-for-mac.sh in your &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"more-link\" href=\"https:\/\/www.softwareab.net\/wordpress\/kubernetes-for-mac\/\"> <span class=\"screen-reader-text\">Kubernetes for Mac<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[93,73,1],"tags":[94,74,71],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Kubernetes for Mac - softwareab<\/title>\n<meta name=\"description\" content=\"Run Kubernetes natively on the Mac with xhyve!\" \/>\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.softwareab.net\/wordpress\/kubernetes-for-mac\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kubernetes for Mac - softwareab\" \/>\n<meta property=\"og:description\" content=\"Run Kubernetes natively on the Mac with xhyve!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.softwareab.net\/wordpress\/kubernetes-for-mac\/\" \/>\n<meta property=\"og:site_name\" content=\"softwareab\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/cloudraticsolutions\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/cloudraticsolutions\/\" \/>\n<meta property=\"article:published_time\" content=\"2017-08-08T03:49:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-08-30T21:36:18+00:00\" \/>\n<meta name=\"author\" content=\"Andrew Bruce\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@realcloudratics\" \/>\n<meta name=\"twitter:site\" content=\"@realcloudratics\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Andrew Bruce\" \/>\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.softwareab.net\/wordpress\/kubernetes-for-mac\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/kubernetes-for-mac\/\"},\"author\":{\"name\":\"Andrew Bruce\",\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600\"},\"headline\":\"Kubernetes for Mac\",\"datePublished\":\"2017-08-08T03:49:38+00:00\",\"dateModified\":\"2017-08-30T21:36:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/kubernetes-for-mac\/\"},\"wordCount\":127,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600\"},\"keywords\":[\"kubernetes\",\"OSX\",\"virtualization\"],\"articleSection\":[\"Kubernetes\",\"Mac\",\"Teknocratica\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.softwareab.net\/wordpress\/kubernetes-for-mac\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/kubernetes-for-mac\/\",\"url\":\"https:\/\/www.softwareab.net\/wordpress\/kubernetes-for-mac\/\",\"name\":\"Kubernetes for Mac - softwareab\",\"isPartOf\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#website\"},\"datePublished\":\"2017-08-08T03:49:38+00:00\",\"dateModified\":\"2017-08-30T21:36:18+00:00\",\"description\":\"Run Kubernetes natively on the Mac with xhyve!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/kubernetes-for-mac\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.softwareab.net\/wordpress\/kubernetes-for-mac\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/kubernetes-for-mac\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.softwareab.net\/wordpress\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"kubernetes\",\"item\":\"https:\/\/www.softwareab.net\/wordpress\/tag\/kubernetes\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Kubernetes for Mac\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#website\",\"url\":\"https:\/\/www.softwareab.net\/wordpress\/\",\"name\":\"softwareab\",\"description\":\"Technocratica, Technopolitik, Technophobia\",\"publisher\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.softwareab.net\/wordpress\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600\",\"name\":\"Andrew Bruce\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2024\/03\/andy-cartoon.jpg\",\"contentUrl\":\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2024\/03\/andy-cartoon.jpg\",\"width\":400,\"height\":330,\"caption\":\"Andrew Bruce\"},\"logo\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/image\/\"},\"description\":\"Team-oriented systems mentor with deep knowledge of numerous software methodologies, technologies, languages, and operating systems. Excited about turning emerging technology into working production-ready systems. Focused on moving software teams to a higher level of world-class application development. Specialties:Software analysis and development...Product management through the entire lifecycle...Discrete product integration specialist!\",\"sameAs\":[\"http:\/\/cloudraticsolutions.net\/\",\"https:\/\/www.facebook.com\/cloudraticsolutions\/\",\"https:\/\/twitter.com\/realcloudratics\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Kubernetes for Mac - softwareab","description":"Run Kubernetes natively on the Mac with xhyve!","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.softwareab.net\/wordpress\/kubernetes-for-mac\/","og_locale":"en_US","og_type":"article","og_title":"Kubernetes for Mac - softwareab","og_description":"Run Kubernetes natively on the Mac with xhyve!","og_url":"https:\/\/www.softwareab.net\/wordpress\/kubernetes-for-mac\/","og_site_name":"softwareab","article_publisher":"https:\/\/www.facebook.com\/cloudraticsolutions\/","article_author":"https:\/\/www.facebook.com\/cloudraticsolutions\/","article_published_time":"2017-08-08T03:49:38+00:00","article_modified_time":"2017-08-30T21:36:18+00:00","author":"Andrew Bruce","twitter_card":"summary_large_image","twitter_creator":"@realcloudratics","twitter_site":"@realcloudratics","twitter_misc":{"Written by":"Andrew Bruce","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.softwareab.net\/wordpress\/kubernetes-for-mac\/#article","isPartOf":{"@id":"https:\/\/www.softwareab.net\/wordpress\/kubernetes-for-mac\/"},"author":{"name":"Andrew Bruce","@id":"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600"},"headline":"Kubernetes for Mac","datePublished":"2017-08-08T03:49:38+00:00","dateModified":"2017-08-30T21:36:18+00:00","mainEntityOfPage":{"@id":"https:\/\/www.softwareab.net\/wordpress\/kubernetes-for-mac\/"},"wordCount":127,"commentCount":0,"publisher":{"@id":"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600"},"keywords":["kubernetes","OSX","virtualization"],"articleSection":["Kubernetes","Mac","Teknocratica"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.softwareab.net\/wordpress\/kubernetes-for-mac\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.softwareab.net\/wordpress\/kubernetes-for-mac\/","url":"https:\/\/www.softwareab.net\/wordpress\/kubernetes-for-mac\/","name":"Kubernetes for Mac - softwareab","isPartOf":{"@id":"https:\/\/www.softwareab.net\/wordpress\/#website"},"datePublished":"2017-08-08T03:49:38+00:00","dateModified":"2017-08-30T21:36:18+00:00","description":"Run Kubernetes natively on the Mac with xhyve!","breadcrumb":{"@id":"https:\/\/www.softwareab.net\/wordpress\/kubernetes-for-mac\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.softwareab.net\/wordpress\/kubernetes-for-mac\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.softwareab.net\/wordpress\/kubernetes-for-mac\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.softwareab.net\/wordpress\/"},{"@type":"ListItem","position":2,"name":"kubernetes","item":"https:\/\/www.softwareab.net\/wordpress\/tag\/kubernetes\/"},{"@type":"ListItem","position":3,"name":"Kubernetes for Mac"}]},{"@type":"WebSite","@id":"https:\/\/www.softwareab.net\/wordpress\/#website","url":"https:\/\/www.softwareab.net\/wordpress\/","name":"softwareab","description":"Technocratica, Technopolitik, Technophobia","publisher":{"@id":"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.softwareab.net\/wordpress\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600","name":"Andrew Bruce","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/image\/","url":"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2024\/03\/andy-cartoon.jpg","contentUrl":"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2024\/03\/andy-cartoon.jpg","width":400,"height":330,"caption":"Andrew Bruce"},"logo":{"@id":"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/image\/"},"description":"Team-oriented systems mentor with deep knowledge of numerous software methodologies, technologies, languages, and operating systems. Excited about turning emerging technology into working production-ready systems. Focused on moving software teams to a higher level of world-class application development. Specialties:Software analysis and development...Product management through the entire lifecycle...Discrete product integration specialist!","sameAs":["http:\/\/cloudraticsolutions.net\/","https:\/\/www.facebook.com\/cloudraticsolutions\/","https:\/\/twitter.com\/realcloudratics"]}]}},"_links":{"self":[{"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/posts\/1033"}],"collection":[{"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/comments?post=1033"}],"version-history":[{"count":4,"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/posts\/1033\/revisions"}],"predecessor-version":[{"id":1039,"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/posts\/1033\/revisions\/1039"}],"wp:attachment":[{"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/media?parent=1033"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/categories?post=1033"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/tags?post=1033"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}