FAQ

    https://github.com/kubevela/kubevela/issues/1662

    Refer to the .

    KubeVela natively support Crossplane as they’re already CRDs, while terraform was not a CRD controller, so the KubeVela community author a terraform controller for integration. You can choose any of them as you wish.

    • OAM(Open Application Model) is the model behind KubeVela, it provides a platform-agnostic application model including the best practices and methodology for different vendors to follow. The evolution of the model depends primarily on the practices of KubeVela currently.
    • KubeVela is the control plane running on Kubernetes, it works as a CRD controller and brings OAM model into your Cloud Native PaaS along with lots of addon capabilities. KubeVela will mainly focus on application delivery, the goal is to make deploying and operating applications across today’s hybrid, multi-cloud environments easier, faster and more reliable.

    You can use as a faster alternative.

    By default, the community use images from docker registry for installation. You can use the following alternatives:

    • Before v1.4.1, the image format is , e.g. “ghcr.io/kubevela/kubevela/vela-core:latest”.
    • After v1.4.1, the image format has changed to , e.g. “ghcr.io/kubevela/oamdev/vela-core:latest”.
    1. If you insist on using Docker registry, you may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit .

    This could be a potential problem for k8s 1.19. Try to run the following command and see if it can help.

    If you’re using v1.3, the default password is in the secret:

    https://kubevela.io/docs/platform-engineers/addon/addon-registry

    We recommend you to use for stateful workload. If you just want to use StatefulSet, you can refer to this blog to build your own easily.

    There are several common possible reasons for slow multi-cluster requests.

    1. Your managed cluster is far from your hub cluster. For example, one in Beijing and another one in London. This is hard to speed up. You might need to find methods to build stable network connections between them. KubeVela currently cannot help it.

    Last updated on 2022年12月1日 by Somefive