Flink Forward k8s相關(1)--Flink部署方式
Container technology experiences an ever increasing adoption throughout many industries. Not only does this technology make your applications portable across different machines and operating systems, it also allows to scale applications in a matter of seconds. Moreover, it significantly simplifies and speeds up deployments which decreases development and operation costs. Consequently, more and more Flink deployments run in containerized environments which poses new challenges for Flink.
Container技術在許多行業得到越來越多的應用。這項技術不僅使您的應用程式可以在不同的機器和作業系統之間移植,而且還允許在幾秒鐘內擴充套件應用程式。此外,它還大大簡化和加快了部署,從而降低了開發和運營成本。因此,越來越多的Flink部署在Container環境中執行,這給Flink帶來了新的挑戰。
In this talk, we will take a look at Flink’s current and future container support which will make it a first class citizen of the container world. First of all, we will explain how the new reactive execution mode will solve the problem of seamless application scaling and how it blends in with any environment. Complementary to the reactive mode, the active execution mode demonstrates its strengths when it comes to changing workloads such as batch jobs. Last but not least, we will take a look beyond Flink’s own nose and investigate how Flink can be used together with Kubernetes operators or data Artisans’ Application Manager. We will conclude the talk with a short demo of Flink’s native Kubernetes support and giving an outlook on future developments in the container realm.
在本次演講中,我們將看看Flink當前和未來的集裝箱支援,這將使其成為集裝箱世界的一流公民。首先,我們將解釋新的反應式執行模式如何解決應用程式無縫伸縮的問題,以及它如何與任何環境相融合。與反應模式相補充,主動執行模式在改變工作負載(如批處理作業)時展示了其優勢。最後但同樣重要的是,我們將從弗林克自己的鼻子之外看一看,並研究如何將弗林克與Kubernetes操作員或資料工匠的應用程式管理器一起使用。我們將以弗林克本地Kubernetes支援的簡短演示作為結束,並展望集裝箱領域的未來發展。
相關文章
- flink快速入門(部署+flink-sql)SQL
- FLINK CDC部署同步
- Flink Forward Asia 2021 延期,線上相見Forward
- Docker部署flink備忘Docker
- Flink的Task實現方式
- 歡迎收看 Flink Forward Asia 2021 峰會直播Forward
- Flink Forward Asia 2022 主論壇概覽Forward
- 議題徵集|Flink Forward Asia 2023 正式啟動Forward
- 獎金翻倍!Flink Forward Asia Hackathon 最新參賽指南請查收Forward
- Flink 從 0 到 1 學習 —— Flink 配置檔案詳解
- Flink之小白Maven搭建和本地部署Maven
- Flink Forward Asia 2021 正式啟動!議題火熱徵集中!Forward
- Flink 從 0 到 1 學習 —— 第一章 Flink 簡介
- [Flink] Flink 版本特性的演進
- Flink Yarn的2種任務提交方式Yarn
- flink jobmanager和taskmanager的關係
- 一文帶你瞭解 Flink Forward 柏林站全部重點內容Forward
- 實時即未來!Flink Forward Asia 2021 議程正式上線!Forward
- flink實戰--讀寫Hive(Flink on Hive)Hive
- 【Flink】深入理解Flink-On-Yarn模式Yarn模式
- 【Flink】Flink 底層RPC框架分析RPC框架
- Flink 叢集執行原理兼部署及Yarn執行模式深入剖析-Flink牛刀小試Yarn模式
- Flink模式模式
- Flink - InputGate
- Flink APIAPI
- [Flink/FlinkCDC] 實踐總結:Flink 1.12.6 升級 Flink 1.15.4
- Flink啟動Yarn session模式的部署報錯YarnSession模式
- docker-compose快速部署flink1.18.1Docker
- Flink提交Job的方式以及引數設定
- Flink Forward Asia 2019 - 總結和展望(附PPT下載連結)Forward
- 《從0到1學習Flink》—— Flink 讀取 Kafka 資料批量寫入到 MySQLKafkaMySql
- 第06講:Flink 叢集安裝部署和 HA 配置
- Flink簡介
- Flink 入門
- Flink實戰
- flink table apiAPI
- flink CEP示例
- Flink -- FailoverAI