Managing Kubernetes clusters

Self-service users can deploy ready-to-use Kubernetes clusters with persistent storage for managing containerized applications.

A Kubernetes cluster includes the following components:

  • Underlying OS: Fedora 39 CoreOS
  • Container runtime: containerd 1.6.23
  • Network plugin:
    • Flannel VXLAN (for public VM networks)
    • Flannel host-gw (for private VM networks)

Limitations

  • Kubernetes versions 1.15.x–1.22.x are no longer supported. Kubernetes clusters created with these versions are marked with the Deprecated tag.
  • Kubernetes cluster certificates are issued for five years. To renew the certificates, use the openstack coe ca rotate command, as described in the OpenStack documentation.