Exam 2022 Flashcards
Prometheus is an open source monitoring tool. Prometheus server uses the following approach:
The correct answer is “pull”. Prometheus server uses a pull-based approach, where it periodically scrapes metrics from monitored targets, rather than using a push-based or event-driven approach.
An Amazon EC2 instance type defines:
The correct answer is “the hardware of the VM”. An Amazon EC2 instance type defines the hardware configuration of the virtual machine (VM), such as the number of virtual CPUs, amount of memory, and network performance, but does not directly define the amount of block storage in EBS or the software configuration of the VM.
Which of the following is not a supported CRI implementation of the lastest version of Kubernetes (>1.24)
- cri-o
-cri-dockerd
-dockershim
-containerd
dockershim
Docker shim was a component in Kubernetes for supporting Docker as the Container Runtime Interface (CRI). However, starting from Kubernetes version 1.20, Docker is no longer a supported runtime for Kubernetes. The Docker shim was deprecated in favor of other CRI implementations such as cri-o, cri-dockerd, and containerd.
Hence, dockershim is no longer a supported CRI implementation in the latest version of Kubernetes.
Which of the following is not a serverless compute platform (FaaS)?
- openFaaS
- Knative
- OpenWhisk
- AWS Lambda
- OpenStack
- OpenStack
A service registry is a database containing the network location of service instances. Which of the following is not a service registry tool?
- Netflix Eureka
- etcd
- istio
- istio
What is the deployment model of a private cloud?
- It is a part of the public cloud only accessible to your computer
- Resources in your own data center are offered via a network.
- You run a cloud infrastructure such as open stack on the resource of your own data center accessible to your own users.
- it is a private subnet in a data center of a cloud provider
- You run a cloud infrastructure such as open stack on the resource of your own data center accessible to your own users.
Which type of virtualization implementation is Docker based on?
- Function virtualization
- OS level virtualization
- Hosted virtualization
- Bare metal virtualization
- OS level virtualization
What is Blue/Green?
the green version is deployed alongside the blue version without any traffic being sent to the green version. After testing of the green version, the LB is updated to send traffic to the green version.
What is the main function of the jailer component in Firecracker?
- Limiting the available system calls for accessing the host kernel.
Which of the following K8s autoscalers is not valid?
- Cluster Autoscaler
- Vertical Pod Autoscaler
- Scheduled Pod Autoscaler
- Horizontal Pod Autoscaler
- Scheduled Pod Autoscaler
What is the purpose of command: docker rmi <image-name></image-name>
Delete an image from the local storage
Which service is used for:
- IP address and port only accessible inside the cluster:
- Allow to route traffic to systems outside the K8s cluster:
NodePort Service
LB service
ClusterIP Service
ExternalName Service
- IP address and port only accessible inside the cluster:
ClusterIP Service - Allow to route traffic to systems outside the K8s cluster:
ExternalName Service
- PID
- mount
- network
- cgroup
- user
What is Keystone in OpenStack?
Identity Management Service
(IMS)
What is Neutron in OpenStack?
- responsible for managing networks, ports, and attachments on infrastructure for virtual resources.