Kubernetes - Operators and Custom Resources
Given this YAML snippet for a MySQL operator:
apiVersion: mysql.presslabs.org/v1alpha1
kind: MysqlCluster
metadata:
name: test-mysql
spec:
replicas: 2
What will be the number of MySQL pods created?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions