当前位置: 首页 > 软件库 > 云计算 > 云原生 >

containers-roadmap

授权协议 View license
开发语言 Google Go
所属分类 云计算、 云原生
软件类型 开源软件
地区 不详
投 递 者 阴福
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Containers Roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).

Introduction

This is the public roadmap for AWS Container services.Knowing about our upcoming products and priorities helps our customers plan. This repository contains information about what we are working on and allows all AWS customers to give direct feedback.

See the roadmap »

Other AWS Public Roadmaps

Developer Preview Programs

We now have information for developer preview programs within this repository. Issues tagged Developer Preview on the public roadmap are active preview programs.

Current Programs

  • There's more to come! Stay tuned!

Past Programs

Security disclosures

If you think you’ve found a potential security issue, please do not post it in the Issues. Instead, please follow the instructions here or email AWS security directly.

FAQs

Q: Why did you build this?

A: We know that our customers are making decisions and plans based on what we are developing, and we want to provide our customers the insights they need to plan.

Q: Why are there no dates on your roadmap?

A: Because job zero is security and operational stability, we can't provide specific target dates for features. The roadmap is subject to change at any time, and roadmap issues in this repository do not guarantee a feature will be launched as proposed.

Q: What do the roadmap categories mean?

  • Just shipped - obvious, right?
  • Coming soon - coming up. Think a couple of months out, give or take.
  • We're working on it - in progress, but further out. We might still be working through the implementation details, or scoping stuff out.
  • Researching - We're thinking about it. This might mean we're still designing, or thinking through how this might work. This is a great phase to send how you want to see something implemented! We'd love to see your usecase or design ideas here.

Q: Is everything on the roadmap?

A: The majority of our development work for Amazon ECS, Fargate, ECR, EKS and other AWS-sponsored OSS projects are included on this roadmap. Of course, there will be technologies we are very excited about that we are going to launch without notice to surprise and delight our customers.

Q: How can I provide feedback or ask for more information?

A: Please open an issue!

Q: How can I request a feature be added to the roadmap?

A: Please open an issue! You can read about how to contribute here. Community submitted issues will be tagged "Proposed" and will be reviewed by the team.

Q: Will you accept a pull request?

A: We haven't worked out how pull requests should work for a public roadmap page, but we will take all PRs very seriously and review for inclusion. Read about contributing.

License

This library is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.

To learn more about the services, head here: http://aws.amazon.com/containers

  • The Intel  roadmap for the 16.07 release, which is targeted for release in July, was  recently published on dpdk.org. The main features that are targeted for this  release are: Virtualization  Enhance

  • This post was written by Scott Hunter. It has been about two weeks since we shipped .NET Core / ASP.NET Core 1.0. The team has used the past two weeks to take a deep breath, and is now getting started

 相关资料
  • C++ 容器 (如vectors(向量), lists(链表), 等.) 是一种能够容纳不同类型数据的通用容器. 例如, 下面的代码常见一个能够容纳int类型数据的 vector : vector<int> v; 只要容器中的对象能够满足如下条件,C++容器既能够容纳C++内建的类型对象 (像上面例子中的int 类型) 也能够自定义的对象: 对象必须有默认构造函数, 有一个可访问的析构函数,

  • Spring容器是Spring Framework的核心。 容器将创建对象,将它们连接在一起,配置它们,并管理从创建到销毁的整个生命周期。 Spring容器使用DI来管理组成应用程序的组件。 这些对象称为Spring Beans,我们将在下一章中讨论。 容器通过读取提供的配置元数据获取有关要实例化,配置和组装的对象的指令。 配置元数据可以由XML,Java注释或Java代码表示。 下图表示Spri

  • Magician-Containers 是 Magician 的官方组件,一个容器管理模块,可以对项目中的bean进行统一管理,它带来了两个扩展:AOP 和定时任务。 文档 https://magician-io.com 示例 导入依赖 <!-- This is the jar package build by this project --><dependency> <groupId>co

  • Kata Containers 是由 OpenStack 基金会管理,但独立于 OpenStack 项目之外的容器项目。整合了来自 Intel Clear Containers  和 Hyper runV 的技术,使得容器拥有虚拟机般的安全性。致力于构建一个使用容器镜像以超轻量级虚机的形式创建容器的的标准实现。 Kata Containers 支持不同平台的硬件 (x86-64,arm等),符合

  • Ext JS中的容器是我们可以添加其他容器或子组件的组件。 这些容器可以具有多个布局以将组件布置在容器中。 我们可以从容器及其子元素中添加或删除组件。 Ext.container.Container是Ext JS中所有容器的基类。 Sr.No 描述 1 Container内的组件 此示例显示如何定义容器内的组件 2 容器内容器 此示例显示如何使用其他组件在容器内定义容器 有各种类型的容器Ext.p

  • 容器是AWT GUI组件的组成部分。 容器提供可以定位组件的空间。 AWT中的Container本身就是一个组件,它增加了向自身添加组件的功能。 以下是值得考虑的重点。 Container的子类称为Containter。 例如Panel,Frame和Window。 容器只能将Component添加到自身。 每个容器中都存在一个默认布局,可以使用setLayout方法覆盖它。 Sr. No. 容器和

相关阅读

相关文章

相关问答

相关文档