Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Managed Service for Kubernetes
  • Comparing with other Yandex Cloud services
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
    • Overview
      • Gateway
      • GatewayPolicy
      • YCCertificate
      • HTTPRoute
      • GRPCRoute
      • RoutePolicy
      • YCStorageBucket
      • TLSRoute
      • Gateway API service
  • Release notes

In this article:

  • YCCertificate
  • YCCertificateSpec
  1. Application Load Balancer tools
  2. Gateway API
  3. YCCertificate

YCCertificate resource fields

Written by
Yandex Cloud
Updated at July 15, 2025
  • YCCertificate
  • YCCertificateSpec

The YCCertificate resource contains Certificate Manager certificate parameters for setting up TLS connections in the Gateway resource.

YCCertificateYCCertificate

apiVersion: gwin.yandex.cloud/v1
kind: YCCertificate
metadata:
  name: <string>
  namespace: <string>
spec: <YCCertificateSpec>

Where:

  • apiVersion: gwin.yandex.cloud/v1

  • kind: YCCertificate

  • metadata (ObjectMeta, required)

    Resource metadata.

    • name (string, required)

      Resource name. For more information about the group name format, see the relevant Kubernetes article.

    • namespace (string)

      Resource namespace. The default value is default.

  • spec (YCCertificateSpec, required)

    Resource specification. For more information, see below.

YCCertificateSpecYCCertificateSpec

certificateRef:
  certificateID: <string>
  certificateName: <string>
  folderID: <string>

Where:

  • certificateRef (required)

    Certificate Manager certificate parameters. You can set either certificateID or certificateName and folderID. If the certificate folder is the same as the load balancer folder, you only need to specify certificateName.

    • certificateID (string)

      Certificate ID.

    • certificateName (string)

      Certificate name. It is used together with the folderID parameter. If the certificate folder is the same as the load balancer folder, you only need to specify certificateName.

    • folderID (string)

      Certificate folder. It is used together with the certificateName parameter.

Was the article helpful?

Previous
GatewayPolicy
Next
HTTPRoute
© 2025 Direct Cursus Technology L.L.C.