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

Helm courses in Sheffield

We couldn't find any listings for your search. Explore our online options below.

Know someone teaching this? Help them become an Educator on Cademy.

🔥 Limited Time Offer 🔥

Get a 10% discount on your first order when you use this promo code at checkout: MAY24BAN3X

Online Options

Show all 36

Kubernetes Project-2022 CI/CD with Jenkins Helm on AKS and EKS

By Packt

Do you want to build a CI/CD pipeline to deploy applications or microservices on AKS and EKS Kubernetes cluster using Helm and Jenkinsfile? Then you are in the right place.

Kubernetes Project-2022 CI/CD with Jenkins Helm on AKS and EKS
Delivered Online On Demand
£14.99

Kubernetes - Certified Kubernetes Administrator (CKA) 2022

By Packt

Learn Kubernetes and prepare yourself for CKA and CKAD certifications. This course helps you gain the knowledge required to design and deploy cloud-native applications on a Kubernetes cluster. All you need is a good understanding of the Docker fundamentals to get started.

Kubernetes - Certified Kubernetes Administrator (CKA) 2022
Delivered Online On Demand
£37.99

Catching the Wind

By SoulSpark Online

Training Trainers of Spiritual Directors Developing the abilities needed to facilitate Spiritual Direction formation programmes

Catching the Wind
Delivered Online4 weeks, Sept 3rd, 08:45 + 7 more
£225

Kubernetes Administration

By Nexus Human

Duration 4 Days 24 CPD hours Overview Topics Include:Installation of a multi-node Kubernetes cluster using kubeadm, and how to grow a cluster.Choosing and implementing cluster networking.Various methods of application lifecycle management, including scaling, updates and roll-backs.Configuring security both for the cluster as well as containers.Managing storage available to containers.Learn monitoring, logging and troubleshooting of containers and the cluster.Configure scheduling and affinity of container deployments.Use Helm and Charts to automate application deployment.Understand Federation for fault-tolerance and higher availability. In this vendor agnostic course, you'll learn the installation, configuration and administration of a production-grade Kubernetes cluster. INTRODUCTION * Linux Foundation * Linux Foundation Training * Linux Foundation Certifications * Laboratory Exercises, Solutions and Resources * Distribution Details * Labs BASICS OF KUBERNETES * Define Kubernetes * Cluster Structure * Adoption * Project Governance and CNCF * Labs INSTALLATION AND CONFIGURATION * Getting Started With Kubernetes * Minikube * kubeadm * More Installation Tools * Labs KUBERNETES ARCHITECTURE * Kubernetes Architecture * Networking * Other Cluster Systems * Labs APIS AND ACCESS * API Access * Annotations * Working with A Simple Pod * kubectl and API * Swagger and OpenAPI * Labs API OBJECTS * API Objects * The v1 Group * API Resources * RBAC APIs * Labs MANAGING STATE WITH DEPLOYMENTS * Deployment Overview * Managing Deployment States * Deployments and Replica Sets * DaemonSets * Labels * Labs SERVICES * Overview * Accessing Services * DNS * Labs VOLUMES AND DATA * Volumes Overview * Volumes * Persistent Volumes * Passing Data To Pods * ConfigMaps * Labs INGRESS * Overview * Ingress Controller * Ingress Rules * Labs SCHEDULING * Overview * Scheduler Settings * Policies * Affinity Rules * Taints and Tolerations * Labs LOGGING AND TROUBLESHOOTING * Overview * Troubleshooting Flow * Basic Start Sequence * Monitoring * Logging * Troubleshooting Resources * Labs CUSTOM RESOURCE DEFINITION * Overview * Custom Resource Definitions * Aggregated APIs * Labs KUBERNETES FEDERATION * Overview * Federated Resources * Labs HELM * Overview * Helm * Using Helm * Labs SECURITY * Overview * Accessing the API * Authentication and Authorization * Admission Controller * Pod Policies * Network Policies * Labs

Kubernetes Administration
Delivered on-request, onlineDelivered Online
Price on Enquiry

DevOps Complete Course

By Packt

Learn to use DevOps tools from an industrial point of view. This course will help you get a firsthand experience of what it is like to be a DevOps engineer. Create DevOps CI/CD pipelines using Git, Jenkins, Ansible, Docker, SonarQube, and Kubernetes on AWS. Start your DevOps journey today. This course has been created from the perspective of a DevOps engineer who doesn't typically write application code.

DevOps Complete Course
Delivered Online On Demand
£41.99

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 on-request, onlineDelivered Online
Price on Enquiry

Food Manager, Restaurant and Catering Management - QLS Endorsed

By Imperial Academy

3 QLS Endorsed Diploma | QLS Hard Copy Certificate Included | 10 CPD Courses | Lifetime Access | 24/7 Tutor Support

Food Manager, Restaurant and Catering Management - QLS Endorsed
Delivered Online On Demand
£399

Networking Fundamentals Course

By Elearncollege

DESCRIPTION Networking Fundamentals Diploma In today's digital era, the role of networks in both professional and personal domains is increasingly prominent. The Networking Fundamentals Diploma is meticulously crafted to equip learners with a profound understanding of the very foundation of networking. It's not just another online course; it's an avenue for students to gain expertise in the multifaceted world of networking, from the ground up. At the heart of this online course lies the Basics of Networking. Grasping the fundamentals is crucial, and this module ensures students are well-versed in the foundational aspects. As the course progresses, learners will explore the intricacies of Networking Protocols. Understanding these protocols is tantamount to comprehending the language of the digital world. No network exists in isolation. Hence, Planning a Network becomes an essential skill for any professional in this field. This module educates learners on the meticulous and strategic aspects of setting up a network. Following this, Implementing a Network takes the helm, where students transition from theoretical aspects to the practical realms of creating a functional network. In an age where digital platforms dominate, the course extends its curriculum to the sphere of virtualisation. Implementing Virtualisation illuminates the virtual avenues that have revolutionised the way systems operate today. To further ensure comprehensive knowledge, the Networking Fundamentals Diploma also elucidates on Implementing Windows Server and Implementing Linux. With the world running on diverse platforms, proficiency in both these areas is indispensable. Managing a network, however, is just as essential as setting it up. The diploma course recognises this and offers a detailed segment on Managing a Network. As networks grow and evolve, they invariably face challenges. Network Troubleshooting becomes an inevitable requisite for professionals, and this course ensures that students are adept at identifying and resolving network-related issues. In the contemporary digital space, networks are constantly at risk from cyber threats. Hence, the Networking Fundamentals Diploma accentuates the importance of Managing Cybersecurity. As cyber threats evolve, the strategies to combat them must too. This module empowers learners with the knowledge and tools to safeguard networks in the face of cyber adversaries. The Networking Fundamentals Diploma stands out as a comprehensive online course tailored to cultivate a holistic understanding of networking. It's a blend of foundational knowledge and advanced expertise, ensuring that learners are well-equipped for the evolving digital landscape. By undertaking this diploma, students are taking a significant stride in a rewarding career, marked by growth, opportunities, and challenges. In conclusion, if one wishes to thrive in the networking arena, the Networking Fundamentals Diploma is the perfect catalyst. This online course is meticulously structured, covering every pivotal aspect, ensuring that students emerge as competent professionals in the world of networking. Don't just learn; master the art and science of networking with this outstanding diploma course. What you will learn 1:Basics of Networking 2:Understanding Networking Protocols 3:Planning a Network 4:Implementing a Network 5:Implementing Virtualisation 6:Implementing Windows Server 7:Implementing Linux 8:Managing a Network 9:Network Troubleshooting 10:Managing Cybersecurity COURSE OUTCOMES After completing the course, you will receive a diploma certificate and an academic transcript from Elearn college. ASSESSMENT Each unit concludes with a multiple-choice examination. This exercise will help you recall the major aspects covered in the unit and help you ensure that you have not missed anything important in the unit. The results are readily available, which will help you see your mistakes and look at the topic once again. If the result is satisfactory, it is a green light for you to proceed to the next chapter. ACCREDITATION Elearn College is a registered Ed-tech company under the UK Register of Learning( Ref No:10062668). After completing a course, you will be able to download the certificate and the transcript of the course from the website. For the learners who require a hard copy of the certificate and transcript, we will post it for them for an additional charge.

Networking Fundamentals Course
Delivered Online On Demand
£99

Commercial And Corporate Law Course

By Elearncollege

DESCRIPTION Commercial And Corporate Law Diploma Discover the intricate world of commercial and corporate law with the comprehensive online Commercial And Corporate Law Diploma. This course, specifically tailored for the digital age, provides an in-depth understanding of the foundations and complexities surrounding corporate transactions and practices in the UK and globally. The course starts with an insightful introduction to commercial and corporate law, laying the groundwork for learners. You'll then journey through the different types of business entities, getting to grips with the various structures and their implications. This knowledge is pivotal for anyone keen on understanding the distinction between sole traders, partnerships, and limited companies, to name a few. Corporate governance, often a misunderstood area, takes centre stage as students explore directors' duties. Unravelling the responsibilities and obligations of those at the helm of companies, this section ensures that learners are well-equipped to understand the accountability mechanisms inherent in corporate structures. Next, the course delves into the crucial area of contract law and business transactions. In this segment, learners will grasp how contracts are formed, interpreted, and executed, as well as the potential pitfalls that can arise in business dealings. But what about the human element? The Commercial And Corporate Law Diploma doesn't forget this, offering a comprehensive section on employment and labour relations. From hiring practices to redundancy protocols, it ensures a holistic understanding of workplace legalities. Finance remains the lifeblood of any corporate entity. As such, the course covers financing and securities extensively. Whether it's share issuance, bonds, or other financial instruments, learners will gain a robust understanding of how businesses secure the resources they need. Of course, not all businesses thrive. The inevitable yet delicate topics of insolvency and bankruptcy are addressed with clarity. By engaging with this module, students will comprehend the procedures and repercussions of businesses facing financial distress. In the modern world, intellectual property rights are paramount. Be it patents, trademarks, copyrights, or design rights, the Commercial And Corporate Law Diploma provides a clear overview of how businesses can protect their most valuable intangible assets. Trade is no longer just a local affair. With globalisation, international trade, particularly concerning the UK, is pivotal. The course ensures learners are well-versed in this, exploring trade agreements, tariffs, and the broader implications of Brexit. Lastly, looking to the horizon, the course addresses future trends and challenges in corporate law. In an ever-evolving landscape, staying ahead and being informed of potential shifts can make all the difference. To sum it up, the online Commercial And Corporate Law Diploma offers a comprehensive, accessible, and up-to-date overview of the legal landscape affecting businesses today. Whether you're a budding entrepreneur, a legal professional looking to refresh your knowledge, or simply someone with a keen interest in the corporate world, this course is your ticket to understanding the nuances of commercial and corporate law in today's digital age. Join now and embark on a journey of legal discovery and empowerment. What you will learn 1:Introduction to Commercial and Corporate Law 2:Types of Business Entities 3:Corporate Governance and Directors' Duties 4:Contract Law and Business Transactions 5:Employment and Labour Relations 6:Financing and Securities 7:Insolvency and Bankruptcy 8:Intellectual Property Rights 9:International Trade and the UK 10:Future Trends and Challenges in Corporate Law COURSE OUTCOMES After completing the course, you will receive a diploma certificate and an academic transcript from Elearn college. ASSESSMENT Each unit concludes with a multiple-choice examination. This exercise will help you recall the major aspects covered in the unit and help you ensure that you have not missed anything important in the unit. The results are readily available, which will help you see your mistakes and look at the topic once again. If the result is satisfactory, it is a green light for you to proceed to the next chapter. ACCREDITATION Elearn College is a registered Ed-tech company under the UK Register of Learning( Ref No:10062668). After completing a course, you will be able to download the certificate and the transcript of the course from the website. For the learners who require a hard copy of the certificate and transcript, we will post it for them for an additional charge.

Commercial And Corporate Law Course
Delivered Online On Demand
£99

Face to Face Course via Zoom - Productive Conversations in Challenging Situations

By The Development People

We are delighted to share that we are now running our GP Admin Development Programmes Live Online! If your team have had enough of pre-recorded courses then this is perfect!  We are delivering the content online - Live!  Teams can get involved, interact with each other, and have great discussions. We deliver a suite of programmes to support their development pathway of GP admin staff.  Just £79+vat pp for a half day workshop with resources. The second in the series is: Productive Conversations in Challenging Situations This workshop will provide an opportunity to understand why patients are experiencing conflict within themselves, what the impact is on their behaviour and how we can effectively work with them to find a positive solution. We add value by discussing the importance of the role your team play and how they can manage their own conflict when dealing with challenging situations. This workshop is based on the Chimp Paradox theory (by Professor Stephen Peters). We use the analogy of Chimp to make it memorable and fun to learn about! It's suitable for all staff (new and more experienced). We also encourage the line manager to participate so that they can follow up on the content using our manager support pack - enabling staff to sustain and embed the learning. The programme will cover the following: * Understanding and defining conflict * Why conflict happens * Identifying & recognising different conflict types * How to have more productive conversations * Tools to help respond effectively and have problem solving conversations * Keeping yourself 'safe', avoiding triggers and escalation * Review, Reflect, Reset  We will be running multiple dates so that you can enrol small groups of staff any one time, leaving you enough people to man the helm! If you have any questions then please do get in touch, lucy@thedevelopmentpeople.co.uk

Face to Face Course via Zoom  - Productive Conversations in Challenging Situations
Delivered Online
Dates arranged on request
£69 to £79