• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

5563 Practitioner courses delivered Online

Developing Applications with Google Cloud

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Application developers who want to build cloud-native applications or redesign existing applications that will run on Google Cloud Platform Overview This course teaches participants the following skills: Use best practices for application development. Choose the appropriate data storage option for application data. Implement federated identity management. Develop loosely coupled application components or microservices. Integrate application components and data sources. Debug, trace, and monitor applications. Perform repeatable deployments with containers and deployment services. Choose the appropriate application runtime environment; use Google Container Engine as a runtime environment and later switch to a no-ops solution with Google App Engine flexible environment. Learn how to design, develop, and deploy applications that seamlessly integrate components from the Google Cloud ecosystem. This course uses lectures, demos, and hands-on labs to show you how to use Google Cloud services and pre-trained machine learning APIs to build secure, scalable, and intelligent cloud-native applications. Best Practices for Application Development Code and environment management. Design and development of secure, scalable, reliable, loosely coupled application components and microservices. Continuous integration and delivery. Re-architecting applications for the cloud. Google Cloud Client Libraries, Google Cloud SDK, and Google Firebase SDK How to set up and use Google Cloud Client Libraries, Google Cloud SDK, and Google Firebase SDK. Lab: Set up Google Client Libraries, Cloud SDK, and Firebase SDK on a Linux instance and set up application credentials. Overview of Data Storage Options Overview of options to store application data. Use cases for Google Cloud Storage, Cloud Firestore, Cloud Bigtable, Google Cloud SQL, and Cloud Spanner. Best Practices for Using Cloud Firestore Best practices related to using Cloud Firestore in Datastore mode for:Queries, Built-in and composite indexes, Inserting and deleting data (batch operations),Transactions,Error handling. Bulk-loading data into Cloud Firestore by using Google Cloud Dataflow. Lab: Store application data in Cloud Datastore. Performing Operations on Cloud Storage Operations that can be performed on buckets and objects. Consistency model. Error handling. Best Practices for Using Cloud Storage Naming buckets for static websites and other uses. Naming objects (from an access distribution perspective). Performance considerations. Setting up and debugging a CORS configuration on a bucket. Lab: Store files in Cloud Storage. Handling Authentication and Authorization Cloud Identity and Access Management (IAM) roles and service accounts. User authentication by using Firebase Authentication. User authentication and authorization by using Cloud Identity-Aware Proxy. Lab: Authenticate users by using Firebase Authentication. Using Pub/Sub to Integrate Components of Your Application Topics, publishers, and subscribers. Pull and push subscriptions. Use cases for Cloud Pub/Sub. Lab: Develop a backend service to process messages in a message queue. Adding Intelligence to Your Application Overview of pre-trained machine learning APIs such as Cloud Vision API and Cloud Natural Language Processing API. Using Cloud Functions for Event-Driven Processing Key concepts such as triggers, background functions, HTTP functions. Use cases. Developing and deploying functions. Logging, error reporting, and monitoring. Managing APIs with Cloud Endpoints Open API deployment configuration. Lab: Deploy an API for your application. Deploying Applications Creating and storing container images. Repeatable deployments with deployment configuration and templates. Lab: Use Deployment Manager to deploy a web application into Google App Engine flexible environment test and production environments. Execution Environments for Your Application Considerations for choosing an execution environment for your application or service:Google Compute Engine (GCE),Google Kubernetes Engine (GKE), App Engine flexible environment, Cloud Functions, Cloud Dataflow, Cloud Run. Lab: Deploying your application on App Engine flexible environment. Debugging, Monitoring, and Tuning Performance Application Performance Management Tools. Stackdriver Debugger. Stackdriver Error Reporting. Lab: Debugging an application error by using Stackdriver Debugger and Error Reporting. Stackdriver Logging. Key concepts related to Stackdriver Trace and Stackdriver Monitoring. Lab: Use Stackdriver Monitoring and Stackdriver Trace to trace a request across services, observe, and optimize performance.

Developing Applications with Google Cloud
Delivered OnlineFlexible Dates
Price on Enquiry

Kubernetes Bootcamp (CKAD)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Anyone who plans to work with Kubernetes at any level or tier of involvement Any company or individual who wants to advance their knowledge of the cloud environment Application Developers Operations Developers IT Directors/Managers Overview All topics required by the CKAD exam, including: Deploy applications to a Kubernetes cluster Pods, ReplicaSets, Deployments, DaemonSets Self-healing and observable applications Multi-container Pod Design Application configuration via Configmaps, Secrets Administrate cluster use for your team A systematic understanding of Kubernetes architecture Troubleshooting and debugging tools Kubernetes networking and services Kubernetes is a Cloud Orchestration Platform providing reliability, replication, and stability while maximizing resource utilization for applications and services. By the conclusion of this hands-on training, you will go back to work with all necessary commands and practical skills to empower your team to succeed, as well as gain knowledge of important concepts like Kubernetes architecture and container orchestration. We prioritize covering all objectives and concepts necessary for passing the Certified Kubernetes Application Developer (CKAD) exam. You will command and configure a high availability Kubernetes environment (and later, build your own!) capable of demonstrating all ?K8s'' features discussed and demonstrated in this course. Your week of intensive, hands-on training will conclude with a mock CKAD exam that matches the real thing. Kubernetes Architecture Components Understand API deprecations Containers Define, build and modify container images Pods Master Services Node Services K8s Services YAML Essentials Creating a K8s Cluster kubectl Commands Kubernetes Resources Kubernetes Namespace Kubernetes Contexts Pods What is a Pod? Create, List, Delete Pods How to Access Running Pods Kubernetes Resources Managing Cloud Resource Consumption Multi-Container Pod Design Security Contexts Init Containers Understand multi-container Pod design patterns (e.g. sidecar, init and others) Pod Wellness Tracking Networking Packet Forwarding ClusterIP and NodePort Services Provide and troubleshoot access to applications via services Ingress Controllers Use Ingress rules to expose applications NetworkPolicy resource Demonstrate basic understanding of NetworkPolicies Network Plugins Defining the Service Mesh Service mesh configuration examples ReplicaSets Services ReplicaSet Function Deploying ReplicaSets Deployments Deployment Object Updating/Rolling Back Deployments Understand Deployments and how to perform rolling updates Deployment Strategies Use Kubernetes primitives to implement common deployment strategies (e.g. blue/green or canary) Scaling ReplicaSets Autoscaling Labels and Annotations Labels Annotations Node Taints and Tolerations Jobs The K8s Job and CronJob Understand Jobs and CronJobs Immediate vs. scheduled internal use Application Configuration Understanding and defining resource requirements, limits and quotas Config Maps Create & consume Secrets Patching Custom Resource Definition Discover and use resources that extend Kubernetes (CRD) Managing ConfigMaps and Secrets as Volumes Storage Static and dynamic persistent volumes via StorageClass K8s volume configuration Utilize persistent and ephemeral volumes Adding persistent storage to containers via persistent volume claims Introduction to Helm Helm Introduction Charts Use the Helm package manager to deploy existing packages Application Security Understand authentication, authorization and admission control Understand ServiceAccounts Understand SecurityContexts Application Observability and Maintenance Use provided tools to monitor Kubernetes applications How to Troubleshoot Kubernetes Basic and Advanced Logging Techniques Utilize container logs Accessing containers with Port-Forward Debugging in Kubernetes Hands on Labs: Define, build and modify container images Deploy Kubernetes using Ansible Isolating Resources with Kubernetes Namespaces Cluster Access with Kubernetes Context Listing Resources with kubectl get Examining Resources with kubectl describe Create and Configure Basic Pods Debugging via kubectl port-forward Imperative vs. Declarative Resource Creation Performing Commands inside a Pod Understanding Labels and Selectors Insert an Annotation Create and Configure a ReplicaSet Writing a Deployment Manifest Perform rolling updates and rollbacks with Deployments Horizontal Scaling with kubectl scale Implement probes and health checks Understanding and defining resource requirements, limits and quotas Understand Jobs and CronJobs Best Practices for Container Customization Persistent Configuration with ConfigMaps Create and Consume Secrets Understand the Init container multi-container Pod design pattern Using PersistentVolumeClaims for Storage Dynamically Provision PersistentVolumes with NFS Deploy a NetworkPolicy Provide and troubleshoot access to applications via services Use Ingress rules to expose applications Understand the Sidecar multi-container Pod design pattern Setting up a single tier service mesh Tainted Nodes and Tolerations Use the Helm package manager to deploy existing packages A Completed Project Install Jenkins Using Helm and Run a Demo Job Custom Resource Definitions (CRDs) Patching Understanding Security Contexts for Cluster Access Control Utilize container logs Advanced Logging Techniques Troubleshooting Calicoctl Deploy a Kubernetes Cluster using Kubeadm Monitoring Applications in Kubernetes Resource-Based Autoscaling Create ServiceAccounts for use with the Kubernetes Dashboard Saving Your Progress With GitHub CKAD Practice Drill Alta Kubernetes Course Specific Updates Sourcing Secrets from HashiCorp Vault Example CKAD Test Questions

Kubernetes Bootcamp (CKAD)
Delivered OnlineFlexible Dates
Price on Enquiry

Preparing for the Professional Cloud Architect Examination

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is intended for the following participants: Cloud professionals who intend to take the Professional Cloud Architect certification exam. Overview Candidates will be able to identify skill gaps and further areas of study. Candidates will also be directed to appropriate target learning resources. Students in this course will prepare for the Professional Cloud Architect Certification Exam. They will rehearse useful skills including exam question reasoning and case comprehension, tips and review of topics from the Infrastructure curriculum. Understanding the Professional Cloud Architect Certification Position the Professional Cloud Architect certification among the offerings Distinguish between Associate and Professional Provide guidance between Professional Cloud Architect and Associate Cloud Engineer Describe how the exam is administered and the exam rules Provide general advice about taking the exam Sample Case Studies MountKirk Games Dress4Win TerramEarth Designing and Implementing Review the layered model from Design and Process Provide exam tips focused on business and technical design Designing a solution infrastructure that meets business requirements Designing a solution infrastructure that meets technical requirements Design network, storage, and compute resources Creating a migration plan Envisioning future solution improvements Resources for learning more about designing and planning Configuring network topologies Configuring individual storage systems Configuring compute systems Resources for learning more about managing and provisioning Designing for security Designing for legal compliance Resources for learning more about security and compliance Optimizing and Operating Analyzing and defining technical processes Analyzing and defining business processes Resources for learning more about analyzing and optimizing processes Designing for security Designing for legal compliance Resources for learning more about security and compliance Advising development/operation teams to ensure successful deployment of the solution Resources for learning more about managing implementation Easy buttons Playbooks Developing a resilient culture Resources for learning more about ensuring reliability Next Steps Present Qwiklabs Challenge Quest for the Professional CA Identify Instructor Led Training courses and what they cover that will be helpful based on skills that might be on the exam Connect candidates to individual Qwiklabs, and to Coursera individual courses and specializations. Review/feedback of course Additional course details: Nexus Humans Preparing for the Professional Cloud Architect Examination training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Preparing for the Professional Cloud Architect Examination course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Preparing for the Professional Cloud Architect Examination
Delivered OnlineFlexible Dates
Price on Enquiry

Exam Readiness Intensive Workshop: AWS Certified Solutions Architect - Associate

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for: Solutions architects and cloud architects seeking their AWS Certified Solutions Architect - Associate certification Customers and APN Partners who have 6 to 12 months of experience with AWS including a strong architecture background and experience Individuals who prefer an instructor led course for training and exam readiness Individuals who have not taken the Architecting on AWS course in the last ~6 months Overview In this course, you will learn to: Make architectural decisions based on AWS architectural principles and best practices Leverage AWS services to make your infrastructure scalable, reliable, and highly available Leverage AWS Managed Services to enable greater flexibility and resiliency in an infrastructure Make an AWS-based infrastructure more efficient to increase performance and reduce costs Use the Well-Architected Framework to improve architectures with AWS solutions Navigate the logistics of the examination process, exam structure, and question types Identify how questions relate to AWS architectural concepts Interpret the concepts being tested by an exam question This five-day, instructor-led course helps busy architects get away from the day-to-day to get focused and ready for their AWS Certified Solutions Architect ? Associate exam. Attendees learn the fundamentals of building IT infrastructure on AWS, so they can build scalable and resilient solutions in the cloud, by spending the first 3 days on the Architecting on AWS course. They?ll start getting in the exam readiness mindset with bonus end of module quizzes. Next, they?ll learn strategies to answer exam questions and avoid common mistakes with the Exam Readiness: AWS Certified Solutions Architect ? Associate half-day course. The course broadens attendees? knowledge of AWS services with deep dives into Amazon Redshift, Amazon Kinesis, and AWS Key Management Service, and then concludes with two quizzes and an instructor guided review of the AWS Certified Solutions Architect ? Associate practice exam. Architecting on AWS Module 1: Introduction Module 2: The Simplest Architectures Hands-On Lab 1: Hosting a Static Website Module 3: Adding a Compute Layer Module 4: Adding a Database Layer Hands-On Lab 2: Deploying a Web Application on AWS Module 5: Networking in AWS Part 1 Hands-On Lab 3: Creating a Virtual Private Cloud Architecting on AWS (continued) Module 6: Networking in AWS Part 2 Module 7: AWS Identity and Access Management (IAM) Module 8: Elasticity, High Availability, and Monitoring Hands-On Lab 4: Creating a Highly Available Environment Module 9: Automation Hands-On Lab 5: Automating Infrastructure Deployment with AWS CloudFormation Module 10: Caching Architecting on AWS (continued) Module 11: Building Decoupled Architectures Module 12: Microservices and Serverless Architectures Hands-On Lab 6: Implementing a Serverless Architecture with AWS Managed Services Module 13: RTP/RPO and Backup Recovery Setup Module 14: Optimizations and Review Exam Readiness: AWS Certified Solutions Architect -- Associate Module 0: The Exam Module 1: Design Resilient Architectures Module 2: Design Performant Architectures Module 3: Specify Secure Applications and Architectures Module 4: Design Cost-Optimized Architectures Module 5: Define Operationally Excellent Architectures Exam Readiness Additional deep dive of AWS services Quiz #1 Practice exam: AWS Certified Solutions Architect ? Associate Quiz #2 Wrap-up

Exam Readiness Intensive Workshop: AWS Certified Solutions Architect - Associate
Delivered OnlineFlexible Dates
Price on Enquiry

Master Law of Attraction and NLP

By Course Cloud

Neuro-Linguistic Programming (NLP) and Law of Attraction (LoA) are two powerful philosophies in life. Applying the methods of NLP and LoA can bring a positive vibe to your character and life. After completing the 'Master Law of Attraction and NLP' course, you will be able to control your desires and make a better version of yourself. Don't you want that? Let go of all the negative thoughts that have been pulling you back for so long. Make yourself free, have clarity and achieve your ideal life with this Master Law of Attraction and NLP course. CPD accredited this course, so you will get a career boost upon completing this course. Our Master Law of Attraction and NLP Course is packed with 14 modules and taking 1 hour, 20 minutes to study. You will be awarded a certificate of completion, the proof of your expertise in this field. If you are an aspiring creative professional or looking for professional skills to excel in this field, a certificate from this course will help you appear as a strong candidate. You can also validate your certification from our website. It doesn't matter if you are willing to study full-time or part-time. This course is designed for any student, and you can even complete it at your own pace. The materials are accessible from anywhere, using any device, at any time. Besides that, our experienced tutors will help you throughout the comprehensive syllabus of this course and answer all your queries through email.

Master Law of Attraction and NLP
Delivered Online On Demand
£25

Addiction & Mental Health (Dual Diagnosis)

By Xpert Learning

About Course Addiction & Mental Health (Dual Diagnosis) Advanced Online Training Learn the latest evidence-based, best practices for treating dual diagnosis from an integrated, holistic perspective. This self-paced, 12-hour online training course covers all aspects of dual diagnosis, including: Drugs and their effects The cycle of addiction Dual diagnosis and integrative holistic models Needs and underlying issues that drive addictions Harm minimization and optimal health Pharmacotherapies Orthomolecular science, functional medicine, and optimal health Neuropharmacology and neurophysiology (how the brain works) Neuroplasticity Neurotransmitters Psychosis versus dissociation Psychospirituality Trauma model and keys to treatment Guilt versus shame Dealing with ambivalence Brief and early intervention and the Tripod of Support Stages of change Costs versus benefits of doing a brief intervention This course is ideal for mental health professionals, social workers, addiction counselors, and anyone else who works with people struggling with dual diagnosis. It is also a valuable resource for family members and friends of people with dual diagnosis. Upon completion of this course, you will be able to: Understand the neurobiology of addiction and mental health Assess the needs of people with dual diagnosis Develop and implement integrative treatment plans Use evidence-based practices to reduce harm and promote optimal health Provide brief and early intervention Support family members and friends of people with dual diagnosis Enroll today and learn the skills you need to help people with dual diagnosis achieve recovery. What Will You Learn? Understand harm associated with Alcohol, Tobacco, Cannabis & Stimulants (Speed, Ice, Ecstasy, Cocaine), Inhalants (volatile substances), Drink & Drug Driving Understand Substance Abuse & Mental Health (Dual Diagnosis) Understand Integrative Holistic Model Understand Needs & Underlying Issues that drive addictions including Grief Cycle & Anger Understand Pharmacotherapies Understand Orthomolecular Science, Functional Medicine & Optimal Health Understand Neuroplasticity Understand Neurotransmitters Understand Psychosis vs Dissociation Understand Existentialism and Psychospirituality Understand Trauma model & Keys to Treatment; Guilt vs Shame; Dealing with ambivalence Understand Brief & Early Intervention Understand Stages of Change Understand Costs vs Benefits - doing a brief intervention Understand Tripod of Support for the drug user to help them move forward & stay safe. Course Content Introduction Worksheet SAMHI Dual Diagnosis Intro Video Module: One Lesson - One Lesson - Two Lesson - Three Module: Two Lesson - One Lesson - Two Lesson - Three Module: Three Lesson - One Lesson - Two Lesson - Three Module: Four Lesson - One Lesson - Two Lesson - Three Module: Five Lesson - One Lesson - Two Lesson - Three Module: Six Lesson - One A course by George Patriki Dual Diagnosis Consultant RequirementsOnly requirements is computer with soundSelf paced training Audience Anyone who wants to learn how to deliver a brief intervention with loved ones using alcohol, ICE & other drugs Advanced practitioners who want to receive updated skills in evidence base best practice from an integrative holistic approach Clinicians and Counsellors that would like to earn 12 points of CPD (Continuing Professional Development) for their counselling peak body (APS, ACA, AASW, CPS, PACFA etc) Audience Anyone who wants to learn how to deliver a brief intervention with loved ones using alcohol, ICE & other drugs Advanced practitioners who want to receive updated skills in evidence base best practice from an integrative holistic approach Clinicians and Counsellors that would like to earn 12 points of CPD (Continuing Professional Development) for their counselling peak body (APS, ACA, AASW, CPS, PACFA etc)

Addiction & Mental Health (Dual Diagnosis)
Delivered Online On Demand12 hours 30 minutes
£9.99

CNS-231 Deploy and Manage Citrix SD-WAN 11.x

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Built for IT Professionals working with Citrix SD-WAN, with little or no previous SD-WAN experience. Potential students include networking administrators, engineers, and architects interested in learning how to deploy or manage Citrix SD-WAN. Overview Initial configuration and management of Citrix SD-WAN Deployment options available Citrix SD-WAN Orchestrator utilities and considerations Citrix SD-WAN administration, including monitoring and reporting In this three-day course, you will learn how Citrix SD-WAN can simplify branch networking for your organization. You?ll walk away understanding how to configure and manage SD-WAN, including the SD-WAN architecture, deployment options, provisioning, and how to use Citrix SD-WAN Orchestrator in your environment.Additional topics include: branch office deployment, SD-WAN monitoring, reporting, and diagnostics. Citrix SD-WAN Overview Citrix SD-WAN Use Cases Citrix SD-WAN Technical Overview Citrix SD-WAN Management Citrix SD-WAN Architecture Citrix SD-WAN Architecture Citrix SD-WAN Hardware Bypass Citrix SD-WAN Packet Processing Citrix SD-WAN Deployment Citrix SD-WAN Deployment Modes Citrix SD-WAN Branch Office Deployment Citrix SD-WAN Deployment Considerations Citrix SD-WAN Configuration Citrix SD-WAN Configuration Process Citrix SD-WAN Provisioning Citrix SD-WAN Orchestrator Citrix SD-WAN Orchestrator Overview Citrix SD-WAN Orchestrator Customer Onboarding Citrix SD-WAN Orchestrator Configuration Citrix SD-WAN Orchestrator Reporting Citrix SD-WAN Administration Citrix SD-WAN Administrative Tasks Citrix SD-WAN Monitoring Citrix SD-WAN Reporting Citrix SD-WAN Diagnostics

CNS-231 Deploy and Manage Citrix SD-WAN 11.x
Delivered OnlineFlexible Dates
Price on Enquiry

Level 3 Diploma in Counselling and Psychotherapy

By iStudy UK

Course Overview Not everyone can overcome their mental health issues on their own, which is why they need a qualified professional to help them understand their cognitive processes and emotions to set them on the path to mental wellness. Counsellors and Psychotherapists are experts in talking therapy, working with clients on rewiring their brain to develop a healthier mental state. In this Counselling and Psychotherapy Diploma Level 3, you will learn how to support individuals in overcoming their addictions and help them on the road to recovery. With an in-depth look at the main fields and types of counselling, it provides learners with the practical and theoretical knowledge they need to kickstart a career as an Addiction Counsellor or related role in health and social care. Throughout this course, you will explore a wide range of person-centred counselling approaches, such as CBT, with step-by-step guidance on how to conduct your first therapy session and work with groups. You will also develop essential skills such as active listening, communication, time management and empathy. Learn how to help people overcome their addictions and fast track your career as an Addiction Counsellor online.  What You Will Learn This Level 3 Counselling and Psychotherapy course provides practical and theoretical knowledge of counselling practices theories and models, with a specific focus on addiction counselling. It is ideal for aspiring professionals looking for a pathway into this profession, as well as those who are new to the field and want to test their knowledge. What is Counselling? The Benefits, Purpose and Aims of Counselling Counselling Theories & Models The Ethical Principles of Counselling Conducting Your First Counselling Session Conducting a Group Counselling Session The Role of an Addiction Counsellor Addiction Treatment & Recovery Theories and Types of Psychotherapy Behavioural Therapy Techniques Why You Should Choose This Course From iStudy Study at your own pace Full Tutor support on weekdays (Monday - Friday) Fully compatible with any device Free Printable PDF Certificate immediately after completion No prior qualifications are needed to take this course No hidden fees or exam charges CPD Qualification Standards and IAO accredited Efficient exam system, assessment, and instant results Our customer support team is always ready to help you Gain professional skills and better earning potential Enrol today and learn something new with iStudy. You'll find a full breakdown of the course curriculum down below, take a look and see just how much this course offers. We're sure you'll be satisfied with this course.

Level 3 Diploma in Counselling and Psychotherapy
Delivered Online On Demand25 hours
£25

VMware Cloud Foundation: Plan, Manage and Operate [V5.0]

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for System architects and system administrators Overview By the end of the course, you should be able to meet the following objectives: Plan a deployment for VMware Cloud Foundation Understand VMware Cloud Foundation and supporting architecture Configure VMware Cloud Foundation for VMware Cloud Connectivity Understand the VMware Cloud Foundation subscription licensing model Perform Day-Zero tasks Perform VMware Cloud Foundation platform onboarding Manage user credentials in VMware Cloud Foundation Configure NSX networking in VMware Cloud Foundation Deploy and manage Workload Domains Deploy vSphere with Tanzu on VMware Cloud Foundation Understand and implement storage solutions and related policies Perform maintenance tasks for the VMware Cloud Foundation platform Manage certificates for VMware Cloud Foundation and connected technologies Manage the lifecycle for VMware Cloud Foundation Engage with VMware Cloud Foundation Technical Support This five-day training course provides you with the knowledge, skills, and abilities to achieve competence with VMware Cloud Foundation 5.0. This course teaches you how deploy VMware Cloud Foundation, and perform the tasks required for the initial configuration and ongoing operation after deployment. Course Introduction Introductions and course logistics Course objectives VMware cloud foundation overview Describe the VMware Cloud Foundation solution Describe VMware Cloud Foundation architecture Identify VMware Cloud Foundation components Describe the VMware Cloud Foundation topology VMware Cloud Foundation+ and VMware Cloud Connectivity Describe the VMware Cloud Foundation+ architecture Identify the pre-requisites for VMware Cloud Foundation+ Describe VMware Cloud Foundation+ value added features Configure subscription-based licensing parameters Describe the vCenter Cloud Gateway functionality Identify the vCenter Cloud Gateway components Describe the vCenter Cloud Gateway architecture Connect the vCenter Cloud Gateway to VMware Cloud Describe the VMware Cloud platform Describe the VMware vSphere+ services used in VMware Cloud Foundation+ Demonstrate the capabilities of the VMware Cloud user interface for VMware Cloud Foundation+ Day Zero Tasks Identify the requirements for deploying VMware Cloud Foundation Describe the VMware Cloud Foundation bring-up process Identify the information required for the Planning and Preparation Workbook Complete the Deployment Parameter Workbook Describe how VMware Cloud Builder automates the deployment process Identify the configuration validation process performed by VMware Cloud Builder Describe the deployment of the management domain Post-Deployment Operations Complete the Onboarding Wizard Understand VMware Cloud Foundation integration with VMware Single Sign-On Configure user access to VMware Cloud Foundation Describe the importance of user roles in vSphere Configure identity sources for VMware Cloud Foundation Perform the SDDC Manager backup and restore process Identify steps in the NSX backup and restore process Manage passwords in VMware Cloud Foundation Explain the importance of using VMware Cloud Foundation to manage passwords for vSphere components Manage and secure a primary password list Describe the process for rotating passwords not managed by VMware Cloud Foundation VMware Cloud Foundation Networking with NSX Describe network virtualization with NSX Recognize NSX operational planes Identify NSX components Describe logical switching Describe NSX Data Center deployment in VMware Cloud Foundation Explain how logical routing works in NSX Identify NSX Edge functions Describe data plane preparation for NSX Edge nodes in a workload domain Recognize Tier-0 and Tier-1 gateway topologies Define application virtual networks Describe management domain rack options List NSX Edge cluster requirements for vSphere with Tanzu Discuss NSX Edge cluster placement considerations Managing Workload Domains Define workload domains List the types of workload domains Identify workload domain prerequisites Understand the scalability limits for workload domains Identify use cases for multiple clusters in a workload domain Create network pools Size network pools Commission hosts with SDDC Manager Create workload domains Scale workload domains Decommission hosts from a workload domain Remove workload domains Describe distinctive design decisions for VMware Cloud Foundation components vSphere with Tanzu in VMware Cloud Foundation Explain vSphere with Tanzu Define the role of the Spherelet Describe the supervisor cluster control plane Create vSphere with Tanzu namespaces Describe the role of NSX networking components in vSphere with Tanzu Discuss vSphere with Tanzu networking topology Describe control plane VM management networking requirements Plan appropriate IP address ranges for pod, ingress, and egress networking Describe prerequisites for vSphere with Tanzu cluster compatibility Deploy vSphere with Kubernetes Create a vSphere namespace Configure limits and permissions for a vSphere namespace VMware Cloud Foundation Storage Management Identify storage use cases in VMware Cloud Foundation Determine the most appropriate storage option for a workload domain Describe different vSphere-native storage design options Identify vSAN architecture and components Describe vSAN requirements for the management and workload domains Configure deduplication and compression Discuss how to scale vSAN clusters in VMware Cloud Foundation Configure storage policies for vSAN Explain storage policy failure tolerance rules Identify a virtual machine storage policy compliance status Explain how vSAN storage policies protect VMware Cloud Foundation components Availability and Business Continuity Explain the importance of external service availability Describe availability options native to VMware vSphere Identify stretched cluster use cases Identify stretched cluster components Recognize stretched cluster requirements in VMware Cloud Foundation Prepare and deploy a vSAN stretched cluster using APIs VMware Cloud Foundation Certificate Management Learn the basics of public key infrastructure (PKI) Describe the purpose of certificate signing requests (CSRs) Describe available options in SDDC Manager for certificate authorities View certificates for VMware Cloud Foundation components Install and replace certificates for VMware Cloud Foundation components Configure the integrated Certificate Authorities in SDDC Manager Configure a certificate template in Microsoft Certificate Authority server Configure the OpenSSL certificate authority in SDDC Manager Install certificates issued by Microsoft, OpenSSL, and third-party certificate authorities VMware Cloud Foundation Lifecycle Management Describe VMware Cloud Foundation Life Cycle Management List the products managed by VMware Cloud Foundation Lifecycle management Use online and offline bundle downloads using VMware Cloud Foundation Lifecycle management Understand the role of vSphere Lifecycle Management in VMware Cloud Foundation Understand vSphere Lifecycle Manager features Understand how and when to use cluster images Describe the importance of Hardware Support Managers Describe the upgrade prerequisites Outline the upgrade precheck process Describe the order of upgrade for VMware Cloud Foundation components VMware Cloud Foundation Troubleshooting Use the SoS command-line tool to create log bundles, perform health checks, and check password validity List VMware Cloud Foundation services Identify VMware Cloud Foundation log files Use token IDs to troubleshoot failed workflows

VMware Cloud Foundation: Plan, Manage and Operate [V5.0]
Delivered OnlineFlexible Dates
Price on Enquiry

Certified LEED Green Associate

By Course Cloud

The innovative Certified LEED Green Associate has been compiled with the assistance and expertise of industry professionals. It has been carefully crafted to meet the business requirements needed for an outstanding contribution to this role and the career path beyond it. By enrolling in this tutorial, a significant advantage can be gained by the student for securing their dream job and building an excellent reputation in this sector.  This popular Certified LEED Green Associate has been designed to help dedicated individuals train to become the absolute best in this business field. Many other entrepreneurs and talented students have already completed this course, and others like it, empowering them to move onto satisfying and rewarding careers. This unique Certified LEED Green Associate course is perfectly suited for those dedicated and ambitious individuals who are committed to genuinely becoming the best in the business.  The Certified LEED Green Associate is recognised and accredited by CPD standards, so all contents are guaranteed to be accurate and reputable, adding valuable competencies and qualifications to a CV, making anyone stand out from other potential candidates or business rivals. For added convenience, the Certified LEED Green Associate consists of a range of educational modules that allow study sessions to be organised at any time and any place When the final assessment of the Certified LEED Green Associate has been completed, a certificate of completion is supplied to evidence newly acquired skills and knowledge. This will provide a significant boost for job-seeking or entry into a new and exciting career path. The valuable qualification from the Certified LEED Green Associate course can help to make all the difference in a dynamic employment sector and can also be validated on our website. We are aware that a student's lifestyles and work ethics may not allow much time for a dedicated study session, so the Certified LEED Green Associate has been specifically designed to be taken at a personally selected pace, and the hours that are suited to each individual. Full access is immediately available after registration, and this can be achieved via any online device, and at any global location you are sighted at. Our fully-trained tutors are committed to helping you throughout the course, and will instantly respond to any queries that are sent to them via email.

Certified LEED Green Associate
Delivered Online On Demand
£25