python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Kubernetes customized controller for collaborated auto scaling
I am very new to Kubernetes CRD and customized controller. I am trying to implement a customized controller that horizontally scale my CRD instances in a collaborated way. For example, suppose I have ...
Irvin Liang
Votes: 0
Answers: 1
getting an error while trying deploy a crd using terrafom
I'm trying to deploy a crd using terraform with the code bellow
resource "kubectl_manifest" "crd-deploy" {
for_each = [ for crd in var.crdslist : crd ]
yaml_body = (fileexists...
yelmir
Votes: 0
Answers: 1
kubectl get AzureAssignedIdentities -A -o yaml is empty
I am trying to deploy an api version with the following templates:
"apiVersion": "apiextensions.k8s.io/v1",
"kind": "CustomResourceDefinition",
"metadata&q...
Joji
Votes: 0
Answers: 0
Is there a tool like SwaggerHub to manage CustomResourceDefinition (CRD) from the Kubernetes world?
We manage multiple CRDs just like REST APIs within out ecosystem. SwaggerHub is a great tool to centrally manage, version, lint the swagger files. Unable to find an equivalent tool for CRDs given that...
Pranav Singhania
Votes: 0
Answers: 0