Our DevOps Principles
                    1.    Highly secure infrastructure
                    -    Running on Kubernetes and containers
                    -    Everything express via configuration or code, nothing is manually done
                    -    Strict rules on everything, including user access and control
            
                    2.    CI/CD
                    -    100% automated deployments for complete programmatic control of the cluster
                    -    Provides complete programmatic control of the cluster and what runs inside of it
                    -    Segmentation of duties based on roles and servers
            
 
      