Jason Edwards
Certified - CompTIA Cloud+ Audio Course
Get exam-ready with the CompTIA Cloud+ Audio Course — your complete, on-demand companion for mastering every domain of the CompTIA Cloud+ (CV0-003) certification. Each episode takes you deep into the essentials of cloud architecture, deployment, operations, security, and troubleshooting, breaking down complex topics into clear, practical explanations you can put to use right away. Designed for busy professionals and aspiring cloud specialists alike, this course helps you build true technical confidence—whether you’re listening during your commute, workout, or study time. The CompTIA Cloud+ cer...
Author
Jason Edwards
Category
Podcast website
Latest episode
Oct 14, 2025
Where to listen?
Podcasts in the app Replaio Radio Coming soonPodcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts
Episodes
Episode 90 — Hyperconverged Storage and Software-Defined Storage (SDS) 24.08.2025 14:32
In this episode, we explain how hyperconverged storage integrates compute, storage, and networking into a single software-driven platform, simplifying deployment and scaling. Software-defined storage (SDS) abstracts storage resources from the underlying hardware, enabling flexible provisioning, automated management, and improved utilization. We discuss how these architectures reduce complexity and...
Episode 89 — User Quotas and Storage Access Control 24.08.2025 14:15
This episode focuses on managing storage consumption and securing data access in cloud environments. User quotas enforce limits on the amount of storage each user or group can consume, preventing resource hogging and ensuring fair allocation. Storage access control defines permissions at the file, folder, or object level, ensuring only authorized entities can read, write, or modify data. We outlin...
Episode 88 — Thin vs. Thick Provisioning in Cloud Storage 24.08.2025 12:43
In this episode, we compare thin provisioning—allocating storage space on demand—to thick provisioning, which reserves the entire capacity upfront. Thin provisioning maximizes efficiency by assigning physical storage only as data is written, while thick provisioning ensures guaranteed space and potentially predictable performance. We explore the advantages and disadvantages of each in terms of sca...
Episode 87 — Storage System Features — Compression, Deduplication, Replication 24.08.2025 15:12
This episode examines advanced features that improve storage efficiency and data protection. Compression reduces the size of stored data to save space and potentially improve performance. Deduplication identifies and removes duplicate data blocks, reducing storage consumption and backup times. Replication creates copies of data across devices or locations for redundancy, disaster recovery, and imp...
Episode 86 — RAID Levels Explained — 0, 1, 5, 6, and 10 24.08.2025 17:01
In this episode, we detail Redundant Array of Independent Disks (RAID) configurations and their impact on storage performance, redundancy, and capacity. RAID 0 offers striping for speed but no fault tolerance, while RAID 1 mirrors data for redundancy at the cost of usable capacity. RAID 5 provides striping with distributed parity for balanced performance and fault tolerance, RAID 6 extends this wi...
Episode 85 — Storage Access Protocols — NFS, CIFS, iSCSI, FC, NVMe-oF 24.08.2025 17:14
In this episode, we break down the protocols used to access and manage cloud storage. Network File System (NFS) and Common Internet File System (CIFS) are file-level protocols, while Internet Small Computer System Interface (iSCSI) and Fibre Channel (FC) provide block-level access. NVMe over Fabrics (NVMe-oF) is discussed as a high-performance option for low-latency storage networking. We explain...
Episode 84 — IOPS and Read/Write Performance Metrics 24.08.2025 15:03
This episode explains Input/Output Operations Per Second (IOPS) and how it measures the performance capability of storage systems. We detail how read and write operations differ in performance characteristics, and how workload types influence the IOPS requirement. Throughput and latency are also covered as key metrics that must be evaluated alongside IOPS to ensure optimal performance. We also exp...
Episode 83 — Storage Tiers — Flash, Hybrid, Spinning Disk, and Archival 24.08.2025 11:23
In this episode, we cover the different tiers of storage available in cloud environments and how they align with performance and cost objectives. Flash storage offers high-speed, low-latency access for mission-critical workloads. Hybrid storage combines flash and spinning disks for a balance of speed and capacity, while spinning disks deliver cost-effective storage for less demanding workloads. Ar...
Episode 82 — Object Storage Concepts — Tenants, Buckets, and Metadata 24.08.2025 11:40
This episode focuses on object storage, a highly scalable and flexible method for storing unstructured data. We explain how tenants represent isolated environments within a provider’s infrastructure, buckets serve as top-level storage containers, and metadata adds descriptive attributes for easy retrieval and organization. The discussion includes how object storage supports RESTful API access, mak...
Episode 81 — NAS and File Storage Fundamentals 24.08.2025 10:51
In this episode, we explore Network Attached Storage (NAS) and its role in delivering shared file-based storage across cloud and hybrid environments. We explain how NAS devices use standard file protocols like NFS and SMB to provide centralized access, making them ideal for collaborative workloads, application hosting, and departmental file sharing. Performance considerations such as throughput, l...
Episode 80 — SANs and Zoning Explained — Block-Level Architecture 24.08.2025 11:44
In this episode, we examine Storage Area Networks (SANs) and how they deliver block-level storage to cloud and hybrid infrastructures. We explain SAN components, protocols such as Fibre Channel and iSCSI, and how zoning controls access between initiators and targets for both performance optimization and security. Zoning types, including hard zoning and soft zoning, are covered in detail. We also a...
Episode 79 — Storage Types in the Cloud — Block, File, and Object 24.08.2025 12:15
This episode breaks down the three main types of cloud storage. Block storage is discussed as a high-performance option for databases and transactional workloads. File storage offers shared access through protocols like NFS or SMB, ideal for collaborative work or legacy applications. Object storage is explained as a scalable, metadata-rich solution for unstructured data such as backups, archives,...
Episode 78 — Post-Deployment Validation — Logs, Metrics, and Connectivity Checks 24.08.2025 11:22
In this episode, we cover the steps needed to confirm a cloud deployment is functioning as intended. This includes reviewing system and application logs for errors, analyzing performance metrics to ensure they meet baseline expectations, and performing connectivity checks across all relevant network paths. We explain how to validate security configurations, service availability, and integration wi...
Episode 77 — Auto-Scaling Configurations — Horizontal and Vertical Scaling 24.08.2025 11:12
This episode examines how auto-scaling mechanisms adjust cloud resources to match demand in real time. Horizontal scaling adds or removes instances to distribute workloads, while vertical scaling adjusts the resources—such as CPU or memory—allocated to a single instance. We explain how to configure scaling policies, thresholds, and triggers to ensure performance stability while controlling costs....
Episode 76 — Persistent Storage and Volumes for Containerized Apps 24.08.2025 12:11
In this episode, we explore how persistent storage supports containerized applications that need to retain data beyond the container lifecycle. We explain the difference between ephemeral storage, which is tied to a container’s runtime, and persistent volumes that survive restarts and redeployments. Storage backends, including block, file, and object storage, are discussed along with their integra...
Episode 75 — Deploying Containers — Variable Configuration and Secrets 24.08.2025 11:47
In this episode, we explain how containers package applications and dependencies into portable, consistent units for cloud deployment. We detail how environment variables configure container behavior dynamically, allowing for easy adaptation across environments. Secrets management for containers is also discussed, ensuring sensitive values like API keys or passwords are securely injected without b...
Episode 74 — Implementing Cloud Identity Management Solutions 24.08.2025 11:56
This episode focuses on deploying cloud-based identity management systems that centralize authentication and authorization for users and applications. We explain how identity-as-a-service platforms integrate with existing directories, enforce access policies, and provide capabilities such as single sign-on and multi-factor authentication. The discussion includes both public cloud-native services a...
Episode 73 — Working with Templates — OS and Solution-Based Templates 24.08.2025 11:46
In this episode, we examine how templates accelerate cloud deployment by providing predefined configurations for operating systems and entire solution stacks. OS templates deliver ready-to-run environments with baseline settings, while solution-based templates package multiple components—such as application servers, databases, and storage—into a single deployment artifact. We also cover the benefi...
Episode 72 — Deploying VMs — From Base Images to Custom Builds 24.08.2025 12:13
This episode covers the deployment of virtual machines (VMs) in cloud platforms, starting from provider base images and extending to fully customized builds. We explain how to select an image that matches OS, compliance, and workload requirements, then modify it with additional software, configuration settings, and security controls. Automation tools and templates are highlighted for streamlining...
Episode 71 — Application Integration — Serverless Functions and Event Triggers 24.08.2025 11:44
In this episode, we explore how application integration in cloud environments leverages serverless computing and event-driven architectures. Serverless functions, such as AWS Lambda or Azure Functions, allow small units of code to run on-demand without managing servers, reducing operational overhead. Event triggers, which can originate from storage changes, API calls, or scheduled jobs, automate t...
Episode 70 — Provisioning Cloud Resources — Compute, Storage, Network 24.08.2025 11:34
In this episode, we explain how to provision the three core resource types in cloud environments: compute instances, storage volumes, and network components. We cover the planning and configuration steps for each, including selecting appropriate instance types, assigning storage tiers, and defining network segmentation. The focus is on aligning resource provisioning with performance, cost, and sec...
Episode 69 — Virtual Desktop Infrastructure and Identity Directory Services 24.08.2025 12:20
This episode covers Virtual Desktop Infrastructure (VDI), which delivers desktop environments from centralized servers to user devices, improving security and manageability. We explain how VDI can reduce endpoint hardware requirements, simplify updates, and support remote work scenarios. Identity directory services are also discussed, focusing on how they centralize authentication and authorizatio...
Episode 68 — Cloud Subscription Services — File, Messaging, and Collaboration Tools 24.08.2025 12:33
In this episode, we explain the different types of subscription-based services available in cloud environments. File services include storage and synchronization platforms that support remote work and data sharing. Messaging services cover email, voice over IP (VoIP), and instant messaging solutions that integrate with broader communication ecosystems. Collaboration tools combine document manageme...
Episode 67 — Domain 3.0 Deployment — Overview 24.08.2025 11:12
This episode introduces Domain 3 of the Cloud+ exam, which focuses on deploying cloud solutions effectively and securely. We outline the major topic areas, from provisioning compute, storage, and network resources to integrating subscription services and containerized applications. The emphasis is on understanding deployment processes that meet both technical requirements and business goals, inclu...
Episode 66 — Mandatory Access Control and Software Firewalls 24.08.2025 12:23
In this episode, we examine the Mandatory Access Control (MAC) model and its role in enforcing strict, label-based security policies in cloud systems. MAC assigns classifications to both subjects (users, processes) and objects (files, resources) and enforces access based on these labels, removing discretionary control from end users. This model is commonly used in high-security or compliance-drive...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.