Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Meditation Life Purpose Coaching Emotional Intelligence
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Google Analytics
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
2020-12-13 01:33:54
30-Day Money-Back Guarantee

This course includes:

  • 5.5 hours on-demand video
  • Full lifetime access
  • Access on mobile and TV
Development Programming Languages Kubernetes

Kubernetes從0到1:開發人員篇

開發人員必懂 K8s 核心概念和技術
Rating: 0.0 out of 50.0 (0 ratings)
4 students
Created by Rico Chen
Last updated 9/2020
Traditional Chinese
30-Day Money-Back Guarantee

What you'll learn

  • 了解K8s架構
  • 了解K8s核心觀念和基本操作
  • K8s安裝設定環境
  • 應用程式容器化
  • 應用程式自動佈署至K8s
  • K8s下進行應用程式除錯
  • 基本微服務架構

Course content

6 sections • 28 lectures • 5h 41m total length

  • Preview02:44
  • k8s優點
    05:05
  • k8s協調技術
    02:34
  • k8s分散式架構
    03:47

  • 選擇合適方案
    03:51
  • Preview06:25
  • 安裝Minikube and Dashboard on CentOS7
    14:24
  • 快速佈署 asp.net core website 服務
    08:08
  • App輕鬆擁有HA、LB、Scale-out
    10:50

  • Preview07:31
  • Pod
    09:34
  • 標籤
    05:24
  • 副本
    07:21
  • 佈署
    09:25
  • 服務
    08:25
  • Volume
    06:36
  • Persistent volume
    09:30

  • 容器化優點
    05:20
  • docker 常用命令
    21:38
  • Preview30:03
  • 實戰EF Core Migration整合SQL Server 容器
    42:23
  • 實戰asp.net core webapi with EF Core存取SQL Server 容器
    50:34

  • kubectl 常用命令
    08:21
  • 佈署SQL Server至K8s
    08:54
  • 佈署WebApi With EF Migration和WebSite至K8s
    07:48
  • WebSite微服務不中斷升級
    13:52
  • WebSite微服務的自動水平擴充/收縮
    19:08

  • 除錯WebSite app
    11:36

Requirements

  • Linux基本
  • Docker基本
  • C#基本
  • WebAPI 基本
  • MVC 基本
  • Hyper-V基本
  • EF Core基本

Description

@身為混合雲互通的新標準,K8s 浪潮正洶湧!

Google 於2015年釋出 Kubernetes 後,讓微服務架構遍地開花,也讓 「IT架構翻轉」成為現代化話題。許多 IT 大廠如 Redhat、CoreOS、IBM,甚至 Amazon, Microsoft 這些公有雲端供應商,都搶著把 K8s 整合進自己的服務中。

這個強大的容器化平台,是個能夠通吃私有雲、公有雲、邊緣運算、無伺服器服務的戰略性平臺架構。

企業若是要準備布局未來的混合雲市場,絕對不能少了 K8s 的相關知識與技術。

開發人員若想要打造大規模服務架構,K8s 也絕對是關鍵技術。

透過 K8s ,我們能夠輕鬆協調大規模容器、負載平衡、自動擴展、不中斷的自動修復服務、零停機部署等功能。也可以輕鬆整合 CI/CD 等 DevOps 的工具,非常利於現代雲端服務的敏捷開發及部署。


@雖然容器仍然是2020最夯的應用,但我發現有以下問題

  • 分散式架構下,人工進行SQL Server Migration 容易遺漏script或發生錯誤!

  • 難以實現服務不中斷!

  • 負載要怎麼進行平衡?

  • 服務該如何進行⾃動擴充和收縮?

  • 服務程式該如何無痛上版或退版?


@當 .NET Core 結合了 K8s,會怎麼樣呢?

開發人員能夠透過 K8s 進行app建置、Container管理、部署叢集,並讓應用程式擁有負載平衡、自動擴展、服務不中斷(高可用性)和服務發現......等特性,讓開發人員可更專注商業需求和流程改善,可以說是很多開發人員的福音。

K8s 可調度本地的服務,也可以整合雲端服務,相當方便。

對身為邁向微服務的軟體架構師/ 開發人員/ DevOps人員/ 容器技術愛好者的你來說,

這是一堂不容錯過的課程!


@我將帶給你一堂與眾不同的 K8s 課程!

  • 強強結合 | 第一堂使用EF Core 進行SQL server Migraton+ K8s 的線上課程

  • 紮實基礎 | 開發人員不可不知的 K8s 核心技術和常用命令

  • 地表最強IDE | 課程中使用 VS2019 IDE 開發 Net core WebSite 和 WebAPI且整合SQL Server 服務

  • 充分實作 | 實戰 K8S 如何協調每個 app ,達到微服務架構

  • 應用程式除錯|分散式架構下,如何在 K8s 平台上進行Live Debug,定位可能的Code Issues


Who this course is for:

  • 開發人員
  • 希望邁向微服務的軟體架構師
  • DevOps人員
  • 容器技術愛好者

Instructor

Rico Chen
浪跡Net埋首SQL Server效能調校工匠
Rico Chen
  • 4.8 Instructor Rating
  • 58 Reviews
  • 120 Students
  • 12 Courses

連續八年當選微軟最有價值專家,業界實務經歷超過10年。

擅長使用.NET/NetCore(C#) 技術開發 Web/OLTP 系統,並熟悉分散式架構設計實作、程式碼重構和效能調校,

也熟悉SQL Server應用開發、架構設計、效能調校和管理,

幫助許多企業從無到有規劃設計並開發核心系統、核心系統架構改造升級、核心系統效能調校,

並針對企業開發人員或DBA進行教育訓練,也擁有多年大型資料庫效能調校教學經驗

曾任企業資深架構師、RD經理、技術經理、資深研發工程師、專案經理、資深技術顧問、資深DBA,

微軟 SQL Server 研討會講師、Udemy線上講師、SQL Pass社群講師、RunPC(CIO前身)技術專欄作家。

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.