이 콘텐츠는 선택한 언어로 제공되지 않습니다.

Chapter 3. Service Registry quickstart


This chapter explains how to quickly install Service Registry Operator using the OpenShift command line. This quickstart example deploys Service Registry using the embedded Infinispan storage option:

Note

The recommended installation option for production environments is Section 4.1, “Installing Service Registry from the OpenShift OperatorHub”.

The recommended storage option for production environments is AMQ Streams. For details, see Chapter 5, Deploying Service Registry storage in AMQ Streams.

3.1. Quickstart Service Registry Operator installation

You can quickly deploy the Service Registry Operator on the command line, without the Operator Lifecycle Manager, by using a downloaded set of installation files and examples.

Prerequisites

Procedure

  1. Create a project for the installation, for example, service-registry:

    oc new-project service-registry
  2. Set the namespace in install/cluster_role_binding.yaml by replacing {NAMESPACE} with service-registry.
  3. Apply the files located in the install/ folder:

    oc apply -f install/ -n service-registry

3.2. Quickstart Service Registry deployment

To quickly create a new Service Registry deployment, use the embedded Infinispan storage option, which does not require an external storage to be configured as a prerequisite.

Prerequisites

  • Ensure that the Service Registry Operator is already installed.

Procedure

  1. Create an ApicurioRegistry custom resource (CR) in the same namespace that the Operator is deployed:

    oc apply -f ./examples/apicurioregistry_infinispan_cr.yaml -n service-registry

    Example CR for Infinispan storage

    apiVersion: apicur.io/v1alpha1
    kind: ApicurioRegistry
    metadata:
      name: example-apicurioregistry
    spec:
      configuration:
        persistence: "infinispan"
        infinispan:
          clusterName: "example-apicurioregistry"
          # ^ Optional

  2. Access the automatically created route for the Service Registry web console. For example:

    http://example-apicurioregistry.my-project.my-domain-name.com/
Red Hat logoGithubRedditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

© 2024 Red Hat, Inc.