Kubernetes Mastery: Hands-On Lessons From A Docker Captain

所在平台: Udemy

课程主页: https://www.udemy.com/course/kubernetesmastery/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:《Kubernetes Mastery: Hands-On Lessons From A Docker Captain》 课程概述: 本课程推荐下载Docker Desktop及其他免费的虚拟机和容器工具,适合初学者和有Docker基础的用户。由获奖的Docker Captain和Kubernetes专家主讲,课程结合了Bret Fisher和Jérôme Petazzoni的专业知识,旨在帮助学员将Kubernetes技能从入门提升到在生产环境中使用的水平。课程内容将不断更新,以跟随Kubernetes的最新发展。 课程特点: - 假设学员对容器编排较为陌生,因此内容从Kubernetes基础知识开始,逐步深入特色和工作流。 - 强调DevOps思维,实践如何使用Kubernetes管理集群。 - 提供专属的Slack和Discord聊天群,便于学员相互帮助,以及每月的YouTube直播问答。 授课教师: Bret Fisher拥有20年的系统管理和开发经验,持有30多项认证,自Docker诞生以来,专注于DevOps和容器生态系统。他不仅是一名实践者,还是一名优秀的教育工作者,并在社区中积极参与,多次在技术会议上授课。 课程收益: - 掌握Kubernetes在真实场景中的应用。 - 理解创建健康检查(healthchecks)的最佳实践。 - 掌握不同类型的应用配置方法,学习如何使用基础设施即代码的方法部署。 - 学习保护敏感信息(如密钥和TLS证书)的安全措施。 额外福利: - 访问课程Slack团队,与其他学员互动交流。 - 获取额外的学习资源和视频链接。 - 与讲师进行直播问答交流。 总结: 通过本课程,学员不仅能快速掌握Kubernetes的使用技能,还能了解容器技术的最新动态和最佳实践,是学习现代容器技能的最佳途径。

课程评论(0条)

课程详情

This course recommends downloading Docker Desktop and other free virtual machine and container tools. If you are a Udemy Business user, please check with your employer before downloading software.2022 Update: Ready for Apple Silicon (M1 arm64) and Raspberry Pi's!Taught by an award-winning Docker Captain and Kubernetes expert, this Course is the result of a collaboration between Bret Fisher, creator of the #1 Docker & Kubernetes course on Udemy, and Jérôme Petazzoni who is a full-time Kubernetes instructor, as well as one of the original Docker Inc DevOps Engineers! We designed the course to take your Kubernetes skills from first-time user to using K8s in production.Updates are a thing! You can count on it. Kubernetes is a huge topic and constantly evolving. As a result, this course will get updated and evolve with it. Just starting out with Kubernetes? Perfect. This course starts out assuming you're new to container orchestration.[five stars] "Because Bret knows, lives, breaths and loves his technology stack. The passion and belief always comes through in all of his courses which is why I will always recommend his work." - Steven Hunt, Udemy StudentAlready a Docker Mastery student and want to know what's different between the two courses? This course assumes you know Docker and dives deeper into Kubernetes and the community of tools around it. Unlike Docker Mastery, which starts with container 101 and takes you through a lot of tools like local development setups, docker-compose, registry, Docker Hub, Swarm basics, Kubernetes basics, and general Docker best practices.this course starts with Kubernetes 101 and has you learning and practicing each feature and workflow you'll need for running your own Kubernetes clusters, and like all my courses, it focuses on how to use those features with a DevOps mindset and workflow. BONUS: This course comes with Slack Chat, Discord Chat and monthly YouTube Live Q & As with me!"...Bret is amazing. You can tell he knows exactly what he is talking about and enjoys helping others. I have never seen someone so involved with his user base as Bret....I would seriously buy any course the Bret puts out because I have no doubts that it will be excellent." - David Olson, Udemy Course Student Why should you learn from me? Why trust me to teach you the best ways to use Kubernetes? (Hi, I'm Bret, please allow me to talk about myself for a sec):I'm A Practitioner. Welcome to the real world: I've got 20 years of sysadmin and developer experience, over 30 certifications, and have been exclusively focused on DevOps and the container ecosystem for my consulting clients and my own companies since Docker's early days. Learn from someone who's helped run thousands of containers across dozens of projects and organizations.I'm An Educator. Learn from someone who knows how to make a syllabus: I want to help you. People say I'm good at it. For the last few years, I've trained thousands of people on using Docker & Kubernetes in workshops, conferences, and meetups. See me teach at events like DockerCon, O'Reilly Velocity, GOTO Conf, and Linux Open Source Summit. I Lead Communities. Also, I'm a Docker Captain, meaning that Docker Inc. thinks I know a thing or two about containers and that I do well in sharing it with others. In the real-world: I help run two local meetups in our fabulous tech community in Norfolk/Virginia Beach USA. I help online: usually in Slack, Discord, and Twitter, where I learn from and help others."This guy is out of this world. I love his patience and carefulness he puts in all of his lessons." - Evan Baird, Udemy Student Giving Back: a portion of my profit on this course will be donated to supporting open source and protecting our freedoms online! This course is only made possible by the amazing people creating open source. I'm standing on the shoulders of (open source) giants! Donations will be split between my favorite charities like Electronic Frontier Foundation and Free Software Foundation. Look them up. They're awesome!This is a living course and will be updated as Kubernetes features change.This course is designed to be fast at getting you started but also to get you deep into the "why" of things. Simply the fastest and best way to learn the latest container skills. Look at the scope of topics in the Session and see the breadth of skills you will learn.Also included is a private Slack Chat group with 40,000+ students and a Discord server with 12,000+ members for getting help with this course and continuing your Docker and DevOps learning with help from myself and other students."I am really loving your approach to training so far. Concepts are really simplified and easy to understand. Thank you." - Yemisi Omoijo, Udemy StudentSome of the many cool things you'll do in this course:Deploy a microservice app using both CLI and YAMLInvestigate running apps using CLI, logs, and eventsTest out different local Kubernetes installs like Docker Desktop, microK8s, and minikubeUse Stern to view multiple container logs at onceTry different load balancer types with Kubernetes ServicesTroubleshoot container and network performanceCreate custom labels for controlling load balancer connectionsUse the new Server Dry Run to test changes with the APIRecover from a failed update, and rollback updates to previous versionsTest different healthcheck probe typesUse various app config options with built-in Kubernetes featuresQuickly patch YAML with a single commandSplit up and deploy YAML from git repos using DevOps practicesDeploy the Kubernetes Dashboard web GUI securelyAnd so much more.After taking this course, you'll be able to:Know when to use Kubernetes for solving real-world problemsStep through the proper decisions to make when creating healthchecksUnderstand how to test healthchecks to ensure they don't create problemsKnow when to use different types of app configuration like args, envs, ConfigMaps, and moreDesign a ConfigMap with the Downward API for more flexible deploymentsMake Kubernetes YAML manifests and deploy using infrastructure-as-code DevOps methodsProtect your keys, TLS certificates, and passwords with encrypted secretsLead your team into the future with the latest Kubernetes container skills! Extra things that come with this course:Access to the course Slack team, for getting help/advice from me and other students.Bonus videos I put elsewhere like YouTube, linked to from this course's resources.Live Q & A with me on YouTube.Tons of reference links to supplement this content.Updates to content as Kubernetes changes the features on these topics.

课程标签

0人关注该课程

主题相关的课程