What are two characteristics of the OpenShift Assisted Installer? (Choose two.)
What are two characteristics of the OpenShift Assisted Installer? (Choose two.)A . It uses one of the control plane nodes as a bootstrap node.B . It does not support bare-metal deployments.C . It offers REST APIs for the configuration and installationD . It provides full feature support and customizations.View AnswerAnswer:...
Which two tools are used to deploy a Kubernetes environment for testing and development purposes? (Choose two.)
Which two tools are used to deploy a Kubernetes environment for testing and development purposes? (Choose two.)A . ocB . OpenStackC . minikubeD . kindView AnswerAnswer: C, D Explanation: Minikube and kind are two tools that are commonly used to deploy a Kubernetes environment for testing and development purposes3
Which two statements are true regarding isolated namespaces in Juniper Cloud-Native Contrail Networking (CN2)? (Choose two.)
Which two statements are true regarding isolated namespaces in Juniper Cloud-Native Contrail Networking (CN2)? (Choose two.)A . Pods in isolated namespaces can only communicate with pods in the same namespace.B . Pods in isolated namespaces can reach services in non-isolated namespaces.C . Pods in isolated namespaces can only reach services...
Which two statements are true about virtual networks? (Choose two.)
Which two statements are true about virtual networks? (Choose two.)A . Virtual networks are available only as part of a cloud orchestration system.B . Virtual networks are able to span multiple devices.C . Virtual networks are limited to a single device.D . Virtual networks are available on common Linux distributions.View...
Which term identifies to which network a virtual machine interface is connected?
Which term identifies to which network a virtual machine interface is connected?A . Virtual Extensible LAN (VXLAN)B . machine access control (MAC)C . virtual tunnel endpoint (VTEP)D . virtual network ID (VNID)View AnswerAnswer: D Explanation: The term that identifies to which network a virtual machine interface is connected is the...
What are two Kubernetes objects? (Choose two.)
What are two Kubernetes objects? (Choose two.)A . clusterB . namespaceC . podD . serviceView AnswerAnswer: C, D Explanation: In Kubernetes, a Pod is the smallest and simplest unit in the Kubernetes object model that you create or deploy23. A Pod represents processes running on your cluster23. A Service in...
Which Linux feature would you configure in this scenario?
You want to limit the memory, CPU, and network utilization of a set of processes running on a Linux host. Which Linux feature would you configure in this scenario?A . network namespacesB . slicingC . virtual routing and forwarding instancesD . control groupsView AnswerAnswer: D Explanation: Control groups (cgroups) is...
Which two statements are correct about an overlay network? (Choose two.)
Which two statements are correct about an overlay network? (Choose two.)A . The overlay network can only be built using a Layer 3 underlay network.B . The overlay network provides physical connectivity between devices.C . The overlay network is built using encapsulation tunnels.D . The overlay network is the virtual...
Which component of Kubernetes runs on all nodes and ensures that the containers are running in a pod?
Which component of Kubernetes runs on all nodes and ensures that the containers are running in a pod?A . kube-proxyB . kubelelC . container runtimeD . kube controllerView AnswerAnswer: B Explanation: The kubelet is a component of Kubernetes that runs on all nodes in the cluster and ensures that containers...
Which two statements are correct about containers? (Choose two.)
Which two statements are correct about containers? (Choose two.)A . Containers include the entire operating system.B . Containers reduce deployment efficiency.C . Containers have faster boot times than VMs. www*D . Containers require an underlying operating system.View AnswerAnswer: C, D Explanation: Containers are lightweight because they don’t need the extra...