You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the start of the new year, we sent out a survey to gauge the state of the container world. We’re ready to send the [February edition](https://docs.google.com/forms/d/13yxxBqb5igUhwrrnDExLzZPjREiCnSs-AH-y4SSZ-5c/viewform), but before we do, let’s take a look at the January data from the 119 responses (thank you for participating!).
A note about these numbers: First, you may notice that the numbers don’t add up to 100%, the choices were not exclusive in most cases and so percentages given are the percentage of all respondents who selected a particular choice. Second, while we attempted to reach a broad cross-section of the cloud community, the survey was initially sent out via Twitter to followers of [@brendandburns](https://twitter.com/brendandburns), [@kelseyhightower](https://twitter.com/kelseyhightower), [@sarahnovotny](https://twitter.com/sarahnovotny), [@juliaferraioli](https://twitter.com/juliaferraioli), [@thagomizer\_rb](https://twitter.com/thagomizer_rb), so the audience is likely not a perfect cross-section. We’re working to broaden our sample size (have I mentioned our February survey? [Come take it now](https://docs.google.com/forms/d/13yxxBqb5igUhwrrnDExLzZPjREiCnSs-AH-y4SSZ-5c/viewform)).
First off, lots of you are using containers! 71% are currently using containers, while 24% of you are considering using them soon. Obviously this indicates a somewhat biased sample set. Numbers for container usage in the broader community vary, but are definitely lower than 71%. Consequently, take all of the rest of these numbers with a grain of salt.
So what are folks using containers for? More than 80% of respondents are using containers for development, while only 50% are using containers for production. But you plan to move to production soon, as 78% of container users said that you were planning on moving to production sometime soon.
43
43
-->
44
44
那么人们在使用容器做什么呢?
45
-
超过80%的受访者使用容器进行开发,而只有50%的人使用容器进行生产。
46
-
但是你们计划很快进入到生产,因为78%的容器用户表示你们计划很快进入生产阶段。
45
+
超过 80% 的受访者使用容器进行开发,但只有 50% 的人在生产环境下使用容器。
46
+
但是他们有计划很快投入到生产环境之中,78% 的容器用户表示了意愿。
47
47
48
48
<!--
49
49
Where do you deploy containers? Your laptop was the clear winner here, with 53% of folks deploying to laptops. Next up was 44% of people running on their own VMs (Vagrant? OpenStack? we’ll try dive into this in the February survey), followed by 33% of folks running on physical infrastructure, and 31% on public cloud VMs.
50
50
-->
51
51
你们在哪里部署容器?
52
-
你的笔记本电脑显然是赢家,53%的人使用笔记本电脑。
53
-
接下来是44%的人在自己的 VM 上运行(Vagrant?OpenStack?我们将在2月的调查中尝试深入研究),然后是33%的人在物理基础架构上运行,而31%的人在公共云 VM 上运行。
52
+
你的笔记本电脑显然是赢家,53%的人使用笔记本电脑。
53
+
接下来是 44% 的人在自己的 VM 上运行(Vagrant?OpenStack?我们将在2月的调查中尝试深入研究),然后是 33% 的人在物理基础架构上运行,而 31% 的人在公共云 VM 上运行。
54
54
55
55
<!--
56
56
And how are you deploying containers? 54% of you are using Kubernetes, awesome to see, though likely somewhat biased by the sample set (see the notes above), possibly more surprising, 45% of you are using shell scripts. Is it because of the extensive (and awesome) Bash scripting going on in the Kubernetes repository? Go on, you can tell me the truth… Rounding out the numbers, 25% are using CAPS (Chef/Ansible/Puppet/Salt) systems, and roughly 13% are using Docker Swarm, Mesos or other systems.
Finally, we asked people for free-text answers about the challenges of working with containers. Some of the most interesting answers are grouped and reproduced here:
@@ -76,7 +76,7 @@ Finally, we asked people for free-text answers about the challenges of working w
76
76
- “Silo'd development environments / workflows can be fragmented, ease of access to tools like logs is available when debugging containers but not intuitive at times, massive amounts of knowledge is required to grasp the whole infrastructure stack and best practices from say deploying / updating kubernetes, to underlying networking etc.”
77
77
- “Migrating developer workflow. People uninitiated with containers, volumes, etc just want to work.”
@@ -89,7 +89,7 @@ Finally, we asked people for free-text answers about the challenges of working w
89
89
- “Secrets”
90
90
-->
91
91
- “网络安全”
92
-
- “秘密”
92
+
- “Secrets”
93
93
94
94
<!--
95
95
###### Immaturity
@@ -117,9 +117,9 @@ Finally, we asked people for free-text answers about the challenges of working w
117
117
- “Clustering is still too hard”
118
118
- “Setting up Mesos and Kubernetes too damn complicated!!”
119
119
-->
120
-
- “网络支持, 为 kubernetes 在裸机上为每个 Pod 提供 Ip”
120
+
- “网络支持, 为 kubernetes 在裸机上为每个 Pod 提供 IP”
121
121
- “集群化还是太难了”
122
-
- “设置 Mesos 和 Kubernetes 太他妈复杂了!!”
122
+
- “设置 Mesos 和 Kubernetes 太复杂了!!”
123
123
124
124
<!--
125
125
###### Data
@@ -140,7 +140,7 @@ Finally, we asked people for free-text answers about the challenges of working w
140
140
<!--
141
141
_Download the full survey results [here](https://docs.google.com/spreadsheets/d/18wZe7wEDvRuT78CEifs13maXoSGem_hJvbOSmsuJtkA/pub?gid=530616014&single=true&output=csv) (CSV file)._
0 commit comments