Please enable JavaScript.
Coggle requires JavaScript to display documents.
DevOps (Goals and Practices (Automate (Initial deployments, Configuration…
DevOps
Goals and Practices
-
-
-
-
Infrastructure as Code
-
-
Enables development, test and production environments to be configured identically
-
-
Continuous Integration
Frequently commiting, and automatically testing code
-
Continuous Delivery
Make development, test and production environments as identical as possible
-
Traditional networking
-
-
-
Modern Challenges
-
-
-
Moving to the cloud
VMs and containers launch and shutdown automatically depending on workload. Network connection must work immediately with proper security policy enforcement
-
Network is part of larger project, such as public cloud.
-
-
-
Benefits
Allows the organistation to implement changes faster, and more frequently
-
Development is focussed on creating new features
Operations** is focused on stability of existing functionionality
-
-
-