Cloud Sec Flashcards
(73 cards)
CNCF
Cloud Native Computing Foundation
CNCF defines 3 properties of cloud native technologies. What are they?
- Container Packaged
- Dynamically Managed
- Microserviced.
Hypervisor
Allows multiple, virtual OS to run concurrently on a single physical host computer.
Native
aka Type 1
Hypervisor runs directly on the host computer’s hardware.
Hosted
Type 2
Hypervisor that runs within an Operating System environment.
What is the foundation of cloud computing?
Virtualization
What is a hypervisor?
Allows multiple, virtual guest OS to run concurrently on a single physical host computer.
Where does the Hypervisor function?
Between the computer OS and the hardware kernal.
What are dormant VMs and why are they a problem?
inactive VMs are routinely (often automatically) shut down when they are not in use.
If this goes on for awhile, they could miss vital updates.
What is a container?
A package of software that allows application to run independently within a host operating system
What is the most common open-source orchestration platform for containers?
Kubernetes
What does Kubernetes do?
Provides an API that enables developers to define container infrastructure in a declarative fashion. IaC
CaaS
Containers as a Service
manages the underlying compute, storage, and network hardware by default for highly optimaized container workloads.
Difference between Hypervisors and Docker Containers
Hypervisors - abstract hardware and allow you to run OS
Containers abstract the OS and allow you the run applications.
Micro-VMs
Scaled-down, lightweight VMs that run on hypervisor software.
Contain only the Linux OS kernel features necessary to run a container
Name of AWS Compute service?
EC2
Name of AWS Object Storage service?
S3
Name of AWS Database service?
RDS
Name of AWS Networking Service?
Direct Connect
Name of Azure Compute service?
Azure VM
Name of Azure Object Storage service?
Blob storage
Name of Azure Database service?
SQL Database
Name of Azure Networking Service?
Virtual Network
Name of GCP Computer service?
Compute Engine