{"id":74086,"date":"2020-03-14T02:42:31","date_gmt":"2020-03-13T23:42:31","guid":{"rendered":"https:\/\/prohoster.info\/blog\/administrirovanie\/chto-novogo-v-red-hat-openshift-4-2-i-4-3"},"modified":"2020-03-14T02:42:31","modified_gmt":"2020-03-13T23:42:31","slug":"chto-novogo-v-red-hat-openshift-4-2-i-4-3","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/chto-novogo-v-red-hat-openshift-4-2-i-4-3","title":{"rendered":"What's new in Red Hat OpenShift 4.2 and 4.3?","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p><img decoding=\"async\" alt=\"What&#039;s new in Red Hat OpenShift 4.2 and 4.3?\" src=\"\/wp-content\/uploads\/2020\/03\/367a6f203b4f54ebfcf9f0afc6865366.jpeg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\nThe fourth version of OpenShift was released relatively recently. The current version 4.3 has been available since late January, and all changes in it are either something completely new that was not present in the third version or a major update of features that appeared in version 4.1. Everything we discuss here is essential for those working with OpenShift and planning to transition to the new version.<\/p>\n<p>With the release of OpenShift 4.2, Red Hat simplified working with Kubernetes. New tools and plugins for creating containers, CI\/CD pipelines, and serverless deployments have been introduced. These innovations allow developers to focus on writing code rather than dealing with Kubernetes.<\/p>\n<p>So, what's new in OpenShift versions 4.2 and 4.3?<br \/>\n<noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><\/p>\n<h2>Movement towards hybrid clouds <\/h2>\n<p>\nWhen planning a new IT infrastructure or developing the existing IT landscape, companies increasingly consider a cloud approach to providing IT resources, implementing private cloud solutions, or utilizing the power of public cloud providers. As a result, modern IT infrastructures are often built on a \"hybrid\" cloud model, which combines both on-premises resources and public cloud resources with a common management system. Red Hat OpenShift 4.2 is specifically designed to simplify the transition to a hybrid cloud model and allows easy integration of resources from providers like AWS, Azure, and Google Cloud Platform alongside using private clouds on VMware and OpenStack.<\/p>\n<h2>A new approach to installation<\/h2>\n<p>\nIn version 4, the approach to installing OpenShift has changed. Red Hat provides a special utility for deploying an OpenShift cluster \u2013 openshift-install. This tool is a single binary file written in Go. The OpenShift installer prepares a yaml file with the configuration needed for deployment. <\/p>\n<p>When installing using cloud resources, you will need to specify minimal information about the future cluster: the DNS zone, the number of worker nodes, specific settings for the cloud provider, and account data for accessing the cloud provider. Once the configuration file is prepared, the cluster can be deployed with a single command.<\/p>\n<p>In the case of installation on private computing resources, such as when using a private cloud (vSphere and OpenStack are supported) or when installing on bare metal servers, manual infrastructure setup will be required \u2013 prepare the minimum number of virtual machines or physical servers necessary to create the Control Plane cluster, and configure network services. After this setup, the OpenShift cluster can be created with a single command using the openshift-installer utility.<\/p>\n<h2>Infrastructure Updates<\/h2>\n<p><\/p>\n<h4>Integration with CoreOS<\/h4>\n<p>\nA key upgrade is the integration with Red Hat CoreOS. Now, the master nodes of Red Hat OpenShift can operate <strong>only<\/strong> on the new OS. This is a free operating system from Red Hat, specifically designed for container solutions. Red Hat CoreOS is a lightweight Linux optimized for running containers.<\/p>\n<p>Whereas in version 3.11, the operating system and OpenShift existed separately, in version 4.2 they are inseparably linked to OpenShift. <strong>Now it is a single appliance \u2014 immutable infrastructure.<\/strong><\/p>\n<p><img decoding=\"async\" alt=\"What&#039;s new in Red Hat OpenShift 4.2 and 4.3?\" src=\"\/wp-content\/uploads\/2020\/03\/412c2a5ec59519d9878ba190c9ae9254.jpeg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\nFor clusters that use RHCOS for all nodes, updating the OpenShift Container Platform is a simple and well-automated process. <\/p>\n<p>Previously, to update OpenShift, it was necessary to first update the underlying operating system on which the product was running (at that time, it was Red Hat Enterprise Linux). Only after that could OpenShift be updated gradually, node by node. Automation of the process was not considered. <\/p>\n<p>Now, since the OpenShift Container Platform fully controls the systems and services on each node, including the OS, this task can be accomplished with the press of a button from the web interface. After this, a special operator within the OpenShift cluster is launched to manage the entire update process. <\/p>\n<h4>New CSI<\/h4>\n<p>\nThe second is the new CSI \u2014 a storage interface controller that allows various external storage systems to be connected to the OpenShift cluster. A wide range of storage driver providers is supported for OpenShift based on storage drivers written by the manufacturers of the storage systems. A complete list of supported CSI drivers can be found in this document: <noindex><a rel=\"nofollow\" href=\"https:\/\/kubernetes-csi.github.io\/docs\/drivers.html\">https:\/\/kubernetes-csi.github.io\/docs\/drivers.html<\/a><\/noindex>This list includes all the main disk array models from leading manufacturers (Dell\/EMC, IBM, NetApp, Hitachi, HPE, PureStorage), SDS solutions (Ceph), and cloud storage providers (AWS, Azure, Google). OpenShift 4.2 supports working with CSI drivers of CSI specification version 1.1.<\/p>\n<h4>RedHat OpenShift Service Mesh<\/h4>\n<p>\nBased on the Istio, Kiali, and Jaeger projects, Red Hat OpenShift Service Mesh not only handles standard request routing between services but also enables tracing and visualization. This helps developers simplify interaction, monitoring, and management of applications deployed within Red Hat OpenShift. <\/p>\n<p><img decoding=\"async\" alt=\"What&#039;s new in Red Hat OpenShift 4.2 and 4.3?\" src=\"\/wp-content\/uploads\/2020\/03\/cb416723e490bf8abab8e272b2ee3cd2.jpeg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<i>Visualization of an application with a microservices architecture using Kiali<\/i><\/p>\n<p>To streamline the installation, service, and lifecycle management processes of Service Mesh, Red Hat OpenShift provides administrators with a dedicated operator \u2013 the Service Mesh Operator. This Kubernetes operator allows for the deployment of reconfigured Istio, Kiali, and Jaeger packages on a cluster, significantly reducing the administrative overhead in application management.<\/p>\n<h4>CRI-O instead of Docker<\/h4>\n<p>\nThe default container runtime Docker has been replaced by CRI-O. CRI-O was available starting from version 3.11, but in 4.2 it became the primary option. It's neither good nor bad, but worth keeping in mind when using the product.<\/p>\n<h2>Operators and application deployment<\/h2>\n<p>\nOperators are a new entity for RedHat OpenShift that appeared in version four. They represent a method for packaging, deploying, and managing Kubernetes applications. You can think of them as a plugin managed through the Kubernetes API and kubectl tools for applications deployed in containers.<\/p>\n<p>Kubernetes operators help automate any tasks related to the administration and lifecycle management of applications you deploy in your cluster. For example, an operator can automate updates, backups, scaling the application, changing configurations, etc. A complete list of operators can be found on <noindex><a rel=\"nofollow\" href=\"https:\/\/operatorhub.io\/\">https:\/\/operatorhub.io\/<\/a><\/noindex>.<\/p>\n<p>OperatorHub is accessible directly from the web interface of the management console. It serves as a catalog of applications for OpenShift, supported by Red Hat. This means that all operators approved by Red Hat will receive vendor support.<\/p>\n<p><img decoding=\"async\" alt=\"What&#039;s new in Red Hat OpenShift 4.2 and 4.3?\" src=\"\/wp-content\/uploads\/2020\/03\/fce12faf30aa68d425485241fc529d5a.jpeg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<i>The OperatorHub portal in the OpenShift management console<\/i><\/p>\n<h4>Universal base image<\/h4>\n<p>\nThis is a standardized set of RHEL OS images that can be used to create your applications in containers. There are minimal, standard, and complete sets. They take up very little space, support all necessary installed packages, and programming languages.<\/p>\n<h4>CI\/CD Tools<\/h4>\n<p>\nIn RedHat OpenShift 4.2, the option to choose between Jenkins and OpenShift Pipelines based on Tekton Pipelines has been introduced. <\/p>\n<p>OpenShift Pipelines is based on Tekton, which better supports the Pipeline as Code and GitOps approaches. In OpenShift pipelines, each step runs in its own container, so resources are used only during the execution of that step. This gives developers complete control over module delivery pipelines, plugins, and access control without a central CI\/CD server for management.<\/p>\n<p>OpenShift Pipelines is currently in Preview for developers and available as an operator on the OpenShift 4 cluster. Naturally, OpenShift users can still use Jenkins in RedHat OpenShift 4.<\/p>\n<h2>Updates in Management for Developers<\/h2>\n<p>\nIn 4.2, OpenShift has completely updated the web interface for both developers and administrators.<\/p>\n<p>In previous versions of OpenShift, users worked in three consoles: service catalog, admin console, and work console. Now the cluster is only divided into two parts \u2014 the administrator console and the developer console.<\/p>\n<p>The Developer console has received significant user interface improvements. It now displays application topologies and their builds more conveniently. This makes it easier for developers to create, deploy, and visualize container applications and cluster resources. It allows them to focus on what matters to them.<\/p>\n<p><img decoding=\"async\" alt=\"What&#039;s new in Red Hat OpenShift 4.2 and 4.3?\" src=\"\/wp-content\/uploads\/2020\/03\/33ddbe315b352671d4da67403a07c626.jpeg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<i>Developer Portal in the OpenShift Management Console<\/i><\/p>\n<h4>Odo<\/h4>\n<p>\nOdo is a developer-focused command-line utility that simplifies application development in OpenShift. Using a git push-style interaction, this CLI helps developers unfamiliar with Kubernetes create applications in OpenShift.<\/p>\n<h4>Integration with Development Environments<\/h4>\n<p>\nDevelopers can now create, debug, and deploy their applications in OpenShift without leaving their favorite code development environment, such as Microsoft Visual Studio, JetBrains (including IntelliJ), Eclipse Desktop, etc.<\/p>\n<h4>Red Hat OpenShift Deployment extension for Microsoft Azure DevOps<\/h4>\n<p>\nThe Red Hat OpenShift Deployment extension for Microsoft Azure DevOps has been released. Now users of this DevOps toolkit can deploy their applications to Azure Red Hat OpenShift or any other OpenShift cluster directly from Microsoft Azure DevOps.<\/p>\n<h2>Transitioning from version three to four<\/h2>\n<p>\nSince this is a new release rather than an update, you cannot simply install the fourth version over the third. <strong>The upgrade from the third to the fourth version will not be supported.<\/strong>. <\/p>\n<p>But there is good news: Red Hat provides tools for migrating projects from 3.7 to 4.2. You can migrate application workloads using the Cluster Application Migration (CAM) tool. CAM allows you to control the migration and minimize application downtime.<\/p>\n<h2>OpenShift 4.3<\/h2>\n<p>\nThe main innovations described in this article appeared in version 4.2. In the recently released 4.3, the changes are not as significant, but there are still some new features. The list of changes is quite extensive; we will highlight the most important ones.<\/p>\n<h4>Updated Kubernetes version to 1.16. <\/h4>\n<p>\nThe version has stepped up by two levels, as OpenShift 4.2 had 1.14.<\/p>\n<h4>Data encryption in etcd<\/h4>\n<p>\nStarting from version 4.3, there is an option to encrypt data in the etcd database. Once encryption is enabled, it will be possible to encrypt the following OpenShift API and Kubernetes API resources: Secrets, ConfigMaps, Routes, access and OAuth authorization tokens.<\/p>\n<h4>Helm<\/h4>\n<p>\nSupport for Helm version 3 has been added \u2014 a popular package manager for Kubernetes. Currently, the support is in TECHNOLOGY PREVIEW status. In future versions of OpenShift, Helm support will be expanded to full. The helm cli utility is included with OpenShift and can be downloaded from the cluster management web console. <\/p>\n<h4>Project Dashboard update<\/h4>\n<p>\nIn the new version, the Project Dashboard provides additional information on the project page: project status, resource utilization, and project quotas.<\/p>\n<h4>Displaying vulnerabilities for Quay in the web console<\/h4>\n<p>\nA feature has been added to the management console to display known vulnerabilities for images in Quay repositories. Vulnerability display is supported for both local and external repositories.<\/p>\n<h4>Creation of offline operator hub simplified.<\/h4>\n<p>\nIn the case of deploying an OpenShift cluster in an isolated network with limited or no internet access, creating a \"mirror\" for the OperatorHub registry has been simplified. Now it can be done with just three commands.<\/p>\n<p><i>Authors: <\/i><br \/>\n<i>Victor Puchkov, Yuri Semenyukov<\/i><br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/jetinfosystems\/blog\/491988\/\">habr.com<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u0427\u0435\u0442\u0432\u0435\u0440\u0442\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f OpenShift \u0432\u044b\u0448\u043b\u0430 \u0441\u0440\u0430\u0432\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043d\u0435\u0434\u0430\u0432\u043d\u043e. \u0410\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u0430\u044f \u043d\u0430 \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u0432\u0435\u0440\u0441\u0438\u044f 4.3 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0441 \u043a\u043e\u043d\u0446\u0430 \u044f\u043d\u0432\u0430\u0440\u044f \u0438 \u0432\u0441\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u043d\u0435\u0439 \u2014 \u044d\u0442\u043e \u0438\u043b\u0438 \u043d\u0435\u0447\u0442\u043e \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e \u043d\u043e\u0432\u043e\u0435, \u0447\u0435\u0433\u043e \u0432 \u0442\u0440\u0435\u0442\u044c\u0435\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043d\u0435 \u0431\u044b\u043b\u043e, \u0438\u043b\u0438 \u043a\u0440\u0443\u043f\u043d\u043e\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0442\u043e\u0433\u043e, \u0447\u0442\u043e \u043f\u043e\u044f\u0432\u0438\u043b\u043e\u0441\u044c \u0432 \u0432\u0435\u0440\u0441\u0438\u0438 4.1. \u0412\u0441\u0435, \u0447\u0442\u043e \u043c\u044b \u0441\u0435\u0439\u0447\u0430\u0441 \u0440\u0430\u0441\u0441\u043a\u0430\u0436\u0435\u043c, \u043d\u0443\u0436\u043d\u043e \u0437\u043d\u0430\u0442\u044c, \u043f\u043e\u043d\u0438\u043c\u0430\u0442\u044c \u0438 \u0443\u0447\u0438\u0442\u044b\u0432\u0430\u0442\u044c \u0442\u0435\u043c, \u043a\u0442\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":74087,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[688],"tags":[],"class_list":["post-74086","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-administrirovanie"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0427\u0435\u0442\u0432\u0435\u0440\u0442\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f OpenShift \u0432\u044b\u0448\u043b\u0430 \u0441\u0440\u0430\u0432\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/chto-novogo-v-red-hat-openshift-4-2-i-4-3\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0427\u0442\u043e \u043d\u043e\u0432\u043e\u0433\u043e \u0432 Red Hat OpenShift 4.2 \u0438 4.3? | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0427\u0435\u0442\u0432\u0435\u0440\u0442\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f OpenShift \u0432\u044b\u0448\u043b\u0430 \u0441\u0440\u0430\u0432\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/chto-novogo-v-red-hat-openshift-4-2-i-4-3\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2020-03-13T23:42:31+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-03-13T23:42:31+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47What's new in Red Hat OpenShift 4.2 and 4.3? | ProHoster","description":"The fourth version of OpenShift has been released comparatively.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/chto-novogo-v-red-hat-openshift-4-2-i-4-3","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0427\u0442\u043e \u043d\u043e\u0432\u043e\u0433\u043e \u0432 Red Hat OpenShift 4.2 \u0438 4.3? | ProHoster","og:description":"\u0427\u0435\u0442\u0432\u0435\u0440\u0442\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f OpenShift \u0432\u044b\u0448\u043b\u0430 \u0441\u0440\u0430\u0432\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e.","og:url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/chto-novogo-v-red-hat-openshift-4-2-i-4-3","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2020-03-13T23:42:31+00:00","article:modified_time":"2020-03-13T23:42:31+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"74086","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-02-28 18:21:22","updated":"2022-09-29 21:21:26","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/74086","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=74086"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/74086\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/74087"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=74086"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=74086"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=74086"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}