raddest: adjective, Slang. excellent; wonderful; cool:
11 enhancements ==> stable
15 enhancements ==> beta
16 enhancements ==> alpha.
Docker as an underlying RUNTIME is being deprecated.
Docker still an option.
Open Container Initiative (OCI) Docker, CRI-O, containerd
.spec.ipFamilyPolicy
kubectl alpha debug ...
kubectl alpha debug ...
kubectl debug ...
https://github.com/kubernetes/kubectl
k8s.io/kubernetes/pkg/kubectl
Probes:
Turn it off via feature gate:
ExecProbeTimeout:False
Probes:
Two load balancers for TCP & UDP traffic
Two load balancers for TCP & UDP traffic
Two load balancers for TCP & UDP traffic
apiVersion: v1
kind: Service
metadata:
name: mixed-protocol
spec:
type: LoadBalancer
ports:
- name: dns-udp
port: 53
protocol: UDP
- name: dns-tcp
port: 53
protocol: TCP
selector:
app: my-dns-server
allocateLoadBalancerNodePort: *bool
master taint is replaced by controlplane
Thank you