Security/Guidelines/Kubernetes: Difference between revisions

Jump to navigation Jump to search
Automated sync from https://github.com/mozilla/wikimo_content
(Automated sync from https://github.com/mozilla/wikimo_content)
 
(Automated sync from https://github.com/mozilla/wikimo_content)
Line 19: Line 19:
</table>
</table>


{| class="wikitable"
== Why Kubernetes? ==
|-
=== Container-Based Approach ===
! <span style="color:red;">'''ATTENTION'''</span>
Kubernetes is a platform used to deploy containers to cloud environments. Mozilla has been using containers to develop and deploy applications for over a year, most notably powering http://www.mozilla.org/
|-
|
'''Just looking for code?''' Reference configuration and code for implementing k8s as described below is available...


=== Efficiencies of Clusters Over AMI Per Application Model ===
Because Kubernetes hosts containers on clusters of machines, all deployed applications inherit the clusters security best practices, alerting, logging and monitoring. These are implemented once and developers only need to develop alerting/monitoring specific to their application.


|}
=== Platform Agnostic ===
A Kubernetes cluster can run on AWS, Rackspace, Google Compute or bare metal. This is not what one would describe as turn-key (at the moment) but with Kubernetes this is at least possible and mitigates vendor lock in risk. Additionally you can run Kubernetes on your laptop, something that is not possible with Amazon centric solutions.
 
=== Mature / Robust ===
Kubernetes is a large, mature open-source project under active development. Mozilla does not have to invest resources in feature development, bug fixes, maintaining documentation and training materials or other similar tasks.




Confirmed users
65

edits

Navigation menu