Which command is used to expose Kubernetes service
What is the name for a service that has no clusterIp address?
Which style of operations are preferred for K8S and cloud native applications?
'kubectl delete -n my-ns po,svc --all' will delete pods and services including uninitialized ones in the namespace 'my-ns'
What framework allows developers to write code without worrying about the servers and operating systems they will run on?
A ________ is a ready-to-run software package, containing everything needed to run an application.
What Kubernetes resource would allow you to run one Pod on some of your Nodes?
The Kubernetes rolling update is used for __.
You might need to run a stateless application in kubernetes, and you want to be able to scale easily and perform rolling updates. What kubernetes resource type can you use to do this
What does CNCF stand for?