Why Use Containers and Cloud-Native Functions Anyway? 2

Total Page:16

File Type:pdf, Size:1020Kb

Why Use Containers and Cloud-Native Functions Anyway? 2 WHITE PAPER Communications Service Providers Cloud-Native Network Functions Why Use Containers and Cloud- Native Functions Anyway? Learn how to correctly implement cloud-native network functions for 5G Executive Overview The telecommunications industry is at an inflection point. Communications service providers (CoSPs) need to adopt new strategies to successfully monetize their networks as 5G deployments transition from nebulous plans to real-world projects. The traditional CoSP approach, with monolithic virtualized network functions (VNFs) that take years to deploy or upgrade cannot keep pace with the new 5G landscape. The nature of the 5G core network—dynamic, configurable and agile— requires a cloud-native approach that uses web-scale, containerized network functions (CNFs) that are resilient, decomposed into microservices and, as much as Authors possible, open source. Muthurajan Jayakumar (M Jay) As 5G use cases multiply, experts predict the number of services will quadruple Cloud-Native Solution Architect & those delivered during the last 40 years1. Without making a smooth and successful Platform Software Engineer, Network transition to a cloud-native 5G core network, CoSPs risk losing customers to other Product Group, Intel players, such as cloud service providers. Table of Contents Intel is working with the telecommunications industry to deliver software-defined networking (SDN) and automation powered by Intel® hardware and software. The Executive Overview . 1 Intel® Network Builders is an ecosystem of independent software vendors (ISVs), Introduction . 1 operating system vendors (OSVs), original equipment manufacturers (OEMs), telecom equipment manufacturers (TEMs), system integrators and CoSPs coming Why CoSPs should go cloud native . 2 together to ease and accelerate the adoption of 5G. A primer on containers and microservices . 2 To be competitive in the fast-moving 5G marketplace, CoSPs need to get cloud- native right the first time; there is no room for failure or hesitation. This white paper 5G and microservices offer many provides an introduction to the synergy between 5G, microservices and containers, benefits to CoSPs . 2 followed by a discussion of cloud-native architecture design principles and best Cloud-native architecture and design practices for building cloud-native CNFs. principles . 5 Introduction Considerations for the journey to cloud native . 6 CoSPs will be able to deploy services faster and more flexibly if they can copy the cloud-native architecture behind giant cloud companies, and use it to underpin Cloud-native engineering best their virtualized networks. These web-scale benefits, generated by a cloud- practices . 7 native approach to cloud services, include independent and fast deployments, Conclusion . 9 programmability, elasticity and minimized interdependencies among services. White Paper | Why Use Containers and Cloud-Native Functions Anyway? 2 Why CoSPs should go cloud native • Autonomous–the resulting simplicity makes the distributed system much easier to decouple for web scale. For example, Cloud native is an approach to building and running you can scale the control and data planes separately. applications that fully exploits the benefits of the cloud computing model. When successfully implemented, this As an example of decomposing a function into microservices, transformation can bring unprecedented speed, agility consider the common tasks of parsing packet headers, and resilience in service development and management inspecting the payload, and classifying packets. These processes. Cloud-native characteristics include tasks are performed by multiple network functions. microservices, containers, continuous delivery and dynamic By containerizing these tasks as microservices, much cloud-based management. redundancy is eliminated and a newly defined network function can simply call the microservices as needed. In the telecommunications context, cloud native brings tangible benefits in terms of reduced capital expenditure (CapEx) and There is no one-size-fits-all answer to whether each separate operational expenditure (OpEx), faster time-to-market service microservice is placed in its own container, or several development and deployment, and scalability in both east- microservices are combined in a single container. If the goal west and north-south traffic. These benefits become critical is to reduce inter-microservice communication overhead, business requirements as the use cases for 5G expand, both for then using one container for multiple microservices may massive machine-type communications and ultra-reliable, be best. On the other hand, if the continuous integration/ low-latency communications. Examples of use cases include continuous deployment (CI/CD) benefits outweigh the inter- smart cities, homes and buildings, voice, 3D video, augmented communication overhead, then each microservice should reality (AR), virtual reality (VR), industry automation, have its own container. Another reason to possibly use autonomous cars, mission-critical applications, and many more individual containers is if the microservices are supplied by use cases we’ve not yet even imagined. different vendors. For example, who knew, when defining the 4G Long-Term 5G and microservices offer many benefits Evolution (LTE) standard, that ridesharing applications like Uber and Lyft would become a dominant usage model? In the to CoSPs same way, as CoSPs, hardware companies and ISVs develop 5G is providing new experiences, such as AR and VR to new technologies, the 5G landscape may yet expand to traditional consumers. But the mobile cellular industry is also unimaginable usage models. pushing into multiple new verticals with distinctive service categories, such as future factories, eHealth, automotive, A primer on containers and microservices mission-critical computing and immersive media, with the To be cloud native, it does not matter whether applications expectation of addressing these markets in the next three are deployed in a public, private or hybrid cloud environment. years or so. What matters is how they are deployed. VNFs that are not So, how will the telco industry, which has essentially created cloud-native are characterized by a single core network, and matured three mobile services-voice, short messaging, dedicated protocols, and are hosted on virtual machines and internet connectivity-over the past thirty years, deal with (VMs). Cloud-native network functions are inherently the staggering challenge of developing multiple markets in a different in design and take advantage of containers. few short years? Containers are a method of virtualization that bundles an Microservices offer the benefit of distributed systems and application with all its dependencies—required executables, service-based architecture. They are appealing due to their binaries, libraries and configuration files, for example—into small footprint and fast start times. The primary benefits of a single, isolated package. In a VM, virtualization abstracts microservices, for 5G and in general, include the following: the hardware and runs multiple OS instances. In contrast, • Update the network quickly with less risk . A one-line containers abstract the OS, multiple containers on a server change to a monolithic application consisting of a few share a common OS kernel. In addition to containers, million lines of code requires the entire application to CNFs use orchestration services that automate service be re-deployed to release the change. This could have a functionality. negative impact on business continuity and poses a high CNFs also enable the use of microservices, which are services risk. In contrast, microservices’ fine granularity allows that work together as a distributed system. Microservices individual services to be upgraded with minimal or no have three primary characteristics: impact to other services. With microservices, the change • Small–a microservice focuses on doing one thing well. is made to a single service and that service is deployed independently of the rest of the system. This allows CoSPs • Focused–microservice boundaries are focused on to deploy the code faster. And, if a problem occurs, it can business boundaries, making it obvious where code be isolated quickly to an individual service, making fast resides for a given piece of functionality. rollback easy to achieve. White Paper | Why Use Containers and Cloud-Native Functions Anyway? 3 • Deliver bug fixes and new functionality faster. Ease of microservice can be easily invoked by other services (with deployment translates to the ability to install bug fixes and appropriate authorization), in different network slices, deliver new functionality to customers faster using the enabling cost-effective reuse of each service. Since there Agile CI/CD methodology. CI/CD enables CoSPs to deliver will be a wide variety of 5G applications with differing new functionality quickly and with low risk. bandwidth, latency and connectivity requirements, microservices let applications mix and match capabilities • Enable cost savings with independent scaling . With without having to wait for slow and cumbersome VMs to a large, monolithic service, everything must be scaled spin up. In the case of ephemeral IoT services this would together. For example, if you want to scale the data be completely unsuccessful. plane, you also have to scale the control plane. But with microservices, it is possible to scale only the services that • Versatile orchestration . Open source tools,
Recommended publications
  • Migration Toward Safer, Secure Data Management
    Cloud Database Trend Report Migration toward safer, secure data management BROUGHT TO YOU IN PARTNERSHIP WITH Table of Contents Highlights and Introduction 3 BY MELISSA HABIT Key Research Findings 4 BY MATT LEGER Leaders in Cloud Database 11 BY LINDSAY SMITH Ensuring SQL Server High Availability in the Cloud 16 BY DAVE BERMINGHAM Data Safety in Cloud-Based Databases 21 BY GRANT FRITCHEY 28 Diving Deeper Into Cloud Databases To sponsor a Trend Report: Call: (919) 678-0300 Email: [email protected] DZONE TREND REPORT: CLOUD DATABASES PAGE 2 Highlights and Introduction By Melissa Habit, Publications Manager at DZone Trends in cloud data storage continue to accelerate at a rapid pace. Now more than ever, organizations must evaluate their current and future data storage needs to find solutions that align with business goals. While cloud databases are relatively new to the scene, they show tremendous prospect in securing and managing data. In selecting our topic for this Trend Report, we found the amount of promise and advancement in the space to be unparalleled. This report highlights DZone’s original research on cloud databases and contributions from the community, as well as introduces new offerings within DZone Trend Reports. While you may know her as your friendly Java Zone copy editor, Lindsay Smith has stepped into the role of DZone’s Publications Content Manager. Among many new endeavors, she’s spearheading our new strategy for Executive Insights — a series we’ve titled, “Leaders in Tech,” which serves to complement our original research. The series focuses on the viewpoints of industry frontrunners, tech evangelists, and DZone members who share their insights into research findings and outlooks for the future.
    [Show full text]
  • Department of Defense Enterprise Devsecops Initiative
    Headquarters U.S. Air Force I n t e g r i t y - S e r v i c e - E x c e l l e n c e How did the Department of Defense move to Kubernetes and Istio? Mr. Nicolas Chaillan Chief Software Officer, U.S. Air Force Co-Lead, DoD Enterprise DevSecOps Initiative V2.5 – UNCLASSFIED Must Adapt to Challenges Must Rapidly Adapt To Challenges I n t e g r i t y - S e r v i c e - E x c e l l e n c e 2 Must Adapt to Challenges Work as a Team! Must Adapt To Challenges I n t e g r i t y - S e r v i c e - E x c e l l e n c e 3 Must Adapt to Challenges Work as a Team! A Large Team! Must Adapt To Challenges I n t e g r i t y - S e r v i c e - E x c e l l e n c e 4 Must Adapt to Challenges With Various TechnologiesWork as a Team! A Large Team! Must Adapt To Challenges I n t e g r i t y - S e r v i c e - E x c e l l e n c e 5 Must Adapt to Challenges With Various Technologies Work as a Team! A Large Team! Must AdaptBring To Challenges It With Us! I n t e g r i t y - S e r v i c e - E x c e l l e n c e 6 Must Adapt to Challenges With Various Technologies Work as a Team! Even To Space! A Large Team! Must AdaptBring To Challenges It With Us! I n t e g r i t y - S e r v i c e - E x c e l l e n c e 7 Must Adapt to Challenges With Various Technologies Work as a Team! To Space! A Large Team! MustWith Adapt a FewBring To Sensors! Challenges It With Us! I n t e g r i t y - S e r v i c e - E x c e l l e n c e 8 With Their Help! Must Adapt to Challenges With Various Technologies Work as a Team! To Space! A Large Team! MustWith Adapt a FewBring To Sensors! Challenges It With Us! I n t e g r i t y - S e r v i c e - E x c e l l e n c e 9 What is the DoD Enterprise DevSecOps Initiative? Joint Program with OUSD(A&S), DoD CIO, U.S.
    [Show full text]
  • The Evolution to Cloud-Native Nfv: Early Adoption Brings Benefits with a Flexible Approach
    THE EVOLUTION TO CLOUD-NATIVE NFV: EARLY ADOPTION BRINGS BENEFITS WITH A FLEXIBLE APPROACH NOVEMBER 2017 Caroline Chappell Ref: 2011421-463 analysysmason.com The evolution to cloud-native NFV: Early adoption brings benefits with a flexible approach | i Contents 1. Executive summary 1 2. What is cloud-native network virtualisation? 2 Drivers for the cloud-native network 2 The IT cloud community has pioneered cloud-native computing 3 Telco industry progress towards cloud-native NFV 4 Cloud native is an urgent goal, but most vendors are moving slowly towards it 5 3. Key principles of cloud-native computing in a telco context 6 CSPs should evaluate VNFs from three perspectives to ensure they are future-proofed for cloud-native computing 6 Designing VNFs for the cloud 7 Cloud-native deployment of VNFs 8 Cloud-native automation and management of VNFs 9 4. Cloud-native network use cases and migration strategy 11 When should cloud-native computing be applied? 11 Applying cloud-native computing: mitigating organisational and operational impacts 11 5. Huawei’s cloud-native core network solutions 12 6. Conclusion 13 About the author 15 About Analysys Mason 16 Research from Analysys Mason 17 Consulting from Analysys Mason 18 List of figures Figure 2.1: Drivers for applying cloud-native computing to the network ........................................................ 2 Figure 2.2: The evolution of cloud-native computing in the IT industry .......................................................... 3 Figure 2.3: How containers differ from virtual machines ................................................................................. 4 Figure 2.4: Progress towards cloud-native VNFs ............................................................................................. 6 Figure 3.1: Vertical and horizontal decomposition of VNFs ............................................................................ 8 Figure 3.2: Deployment options in different NFV data centres .......................................................................
    [Show full text]
  • State of Cloud Native Development Q4-2019
    THE LATEST TRENDS FROM OUR Q4 2019 SURVEY OF 17,000+ DEVELOPERS Supported by TO BE PUBLISHED AUGUST 2020 We help the world understand developers We survey 40,000+ developers annually – across web, mobile, IoT, cloud, Machine Learning, AR/VR, games and desktop – to help companies understand who developers are, what they buy and where they are going next. WHO DEVELOPERS ARE WHAT THEY BUY WHERE THEY ARE GOING Developer population sizing Why developers are adopting Emerging platforms – augmented & Developer segmentation competitor products – and how you virtual reality, machine learning can fix that Trusted by the leading tech brands and media TABLE OF CONTENTS Key findings 1. Introduction A. Defining cloud native computing B. Market size C. Usage of cloud native technologies across regions 2. Where are cloud native developers running their code? A. Infrastructure usage by cloud native developers and non-cloud native developers B. Cloud native developers and their infrastructure usage by verticals 3. Usage of cloud service vendors A. Usage of cloud service vendors by cloud native, non-cloud native, and other developers B. Private cloud usage by cloud native and non-cloud native developers 4. Awareness and use of Kubernetes A. Kubernetes and containers: usage and awareness among backend developers B. Overlap of Kubernetes and CaaS users C. Solutions used by developers not indicating they use Kubernetes 5. Serverless usage and awareness A. Usage and awareness of serverless solutions B. Usage of serverless solutions by role Methodology License terms KEY INSIGHTS FOR THE CLOUD NATIVE COMPUTING FOUNDATION THE STATE OF CLOUD NATIVE DEVELOPMENT Q4 2019 4 KEY FINDINGS • 6.5 million cloud native developers exist around the globe, 1.8 million more than in Q2 2019.
    [Show full text]
  • (PDF) What Can Cloud Native Do for Csps?
    What Can Cloud Native Do for CSPs? Cloud Native Can Improve…. Development Cloud native is a way of approaching the development and deployment of applications in such a way that takes account of the characteristics and nature of the cloud—resulting in processes and workflows that fully take advantage of the platform. Operations Cloud native is an approach to building and running software applications that exploits the advantages of the cloud computing delivery model. Cloud-native is about how applications are created and deployed, not where. Infrastructure Cloud native platforms available “as a service” in the cloud can accommodate hybrid and multi-cloud environments. What are Cloud Native Core Concepts? Continuous Integration DevSecOps Microservices Containers and Deployment Not My Problem Release Once Every Tightly Coupled Directly Ported to a VM Separate tools, varied 6 Months Components Monolithic application incentives, opaque process More bugs in production Slow deployment cycles unable to leverage modern waiting on integrated tests cloud tools teams Shared Responsibility Release Early Loosely Coupled Packaged for Containers Common incentives, tools, and Often Components Focus on business process and culture Higher quality of code Automated deploy without software by leveraging waiting on individual the platform ecosystem components What are the Benefits of Cloud Native? Business Optimization Microservices architecture enables flexibility, agility, and reuse across various platforms. CAPEX and OPEX Reduction Service-based architecture allows integration with the public Cloud to handle overload capacity, offer new services with less development, and take advantage of other 3rd party services such as analytics, machine learning, and artificial intelligence. Service Agility Common services can be shared by all network functions deployed on the Cloud-Native Environment (CNE).
    [Show full text]
  • Why to Cloud Native Karthik Gaekwad @Iteration1 Principal Engineer, Oracle Cloud Innotech OKC Hello
    Why to Cloud Native Karthik Gaekwad @iteration1 Principal Engineer, Oracle Cloud Innotech OKC Hello • I’m Karthik Gaekwad • NOT a DBA • https://cloudnative.oracle.com/ • Cloud Native evangelist at Oracle Cloud • Previous: developer on the Oracle Managed @iteration1 Kubernetes Team. Hello • Been in Industry 15 years. • In general, I like building stuff with friends. • A maintainer for Gauntlt- Open source security scanner. • Love Teaching and building community. • Run Devopsdays Austin, Container Days, Cloud Austin. • Chair All Day Devops Cloud Native track. • LinkedIn Learning Author for Learning Kubernetes (and more). Need an OCI Trial Account? http://bitly.com/ocicloud My questions for you.. Agenda • What is cloud native? • Where are we today in the cloud native world? • The Cloud Native ecosystem. • Cloud Native adoption. • Challenges. What is Cloud Native? What is Cloud Native? “A new computing paradigm that is optimized for modern distributed systems environments capable of scaling to tens of thousands of self healing multi-tenant nodes” -Cloud Native Computing Foundation Pillars of Cloud Native Continuous Containers Delivery Devops Microservices Pillars of Cloud Native: Devops “DevOps is the practice of operations and development engineers participating together in the entire service lifecycle, from design through the development process to production support.” -The Agile Admin blog https://theagileadmin.com/what-is-devops/ Pillars of Cloud Native: Devops • Generally based on principles of CALMS • Based on the ideas of Automation,
    [Show full text]
  • Improving Resource Efficiency in Virtualized Datacenters by Marcelo Amaral
    “Virtualization is a mechanism to abstract the operating system, hard are and system resources, hiding from the application the complexity of the underlying resources"“ Improving Resource Efficiency in Virtualized Datacenters By Marcelo Amaral Advisors: David Carrera Jordà Polo Le fils de l'homme (The Son of Man) René Magritte (1898-1967) 1964. Oil on canvas. 116 cm x 89 cm “We desire to see what#s hi en be"ind the visi$le.% A dissertation submitted in partial fulfilment of the requirements for the degree of: Doctor of Philosophy at Universitat Politècnica de Catalunya Barcelona (Spain) 2019 Technical University of Catalunya – BarcelonaTech (UPC) "Everything we see hides another thing, we always want to see what is hidden by what we see. There is an interest in that which is hidden and which the visible does not show us. This interest can take the form of a quite intense feeling, a sort of conflict, one might say, between the visible that is hidden and the visible that is present." — Rene Magritte, 1965 Marcelo Carneiro do Amaral: Improving Resource Efficiency in Virtualized Datacenters, Topology- Aware Resource Provision Techniques, © January 2019 Dedicated to my loving wife. Dedicated also in memory of my mother. 1948 – 2010 ABSTRACT Modern applications demand resources at an unprecedented level and, therefore, dat- acenters are required to scale efficiently when more resources are added to the infras- tructure, increasing their efficiency and flexibility to manage workloads. A technology that confers advantages towards resource-efficiency is virtualization. A virtualized data center offers higher management flexibility and at the same time increases resource uti- lization by allowing workload collocation and isolation.
    [Show full text]
  • State of .NET State of Azure
    State of .NET State of Azure Markus Egger President and Chief Software Architect CODE Magazine & Consulting CODE Magazine’s State of .NET - codemag.com/stateofdotnet Kicking Things Off Jim Duffy • Director of Business Development CODE Magazine & Consulting • Former Developer Now Responsible for Sales & Marketing • [email protected] • International Author and Speaker • Former Microsoft RD (Regional Director) 9 years • Former 11 time Microsoft Most Valuable Professional (MVP) • Twitter: @jmduffy Build Cross Platform Apps With Photino • Build native, cross-platform desktop apps that are lighter than light. • Lightweight open-source framework for building native, cross- platform desktop applications with Web UI technology. • Photino is maintained by the CODE Magazine team with the help of the open-source community. • tryphotino.io • Github.com/tryphotino Free Subscription to CODE Magazine! • The leading software development magazine written by expert developers for developers • All registered attendees will automatically receive a free digital subscription to CODE Magazine – no need to do anything, it’ll happen auto-magically •Please share this free subscription link: https://bit.ly/2QXUrpY About the Presenter • Markus Egger • President and Chief Software Architect EPS Software Corp. (dba CODE Consulting) • Publisher – CODE Magazine • International Author and Speaker • Microsoft RD (Regional Director) • Microsoft MVP 1995-2019 • Email: [email protected] • Twitter: @markusegger About CODE Consulting “Helping People Build Better Software” • Custom Software Development, Training, Mentoring,… • Web, Cloud, Mobile, Desktop, Serverless, Databases,… • User Interface and Interaction Design • Project Rescue, Legacy Conversions (VB, VFP, Access, etc.) • Development Team Staff Augmentation • Microsoft Certified Partner Your Ticket to Free Consulting • One hour on us. Really. Schedule a call today.
    [Show full text]
  • Initial Specs of the Serverless Compute and Execution Engine
    Ref. Ares(2019)4742451 - 22/07/2019 HORIZON 2020 FRAMEWORK PROGRAMME CloudButton (grant agreement No 825184) Serverless Data Analytics Platform D3.1 Initial specs of the Serverless Compute and Execution Engine Due date of deliverable: 30-06-2019 Actual submission date: 22-07-2019 Start date of project: 01-01-2019 Duration: 36 months Summary of the document Document Type Report Dissemination level Public State v1.0 Number of pages 52 WP/Task related to this document WP3 / T3.1 WP/Task responsible IBM Leader David Breitgand (IBM) Technical Manager Peter Pietzuch (Imperial) Quality Manager Josep Sampé (URV) Author(s) David Breitgand (IBM), Gil Vernik (IBM), Ana Juan Ferrer (ATOS), Amanda Gómez (URV), Aitor Arjona (URV), Ger- ard París (URV). Partner(s) Contributing IBM, ATOS, URV. Document ID CloudButton_D3.1_Public.pdf Abstract This document presents a design, specification, and initial prototypical implementation of CloudButton FaaS Com- pute Engine ("Core") and Execution Engine ("Toolkit") Keywords FaaS, serverless, Kubernetes, hybrid cloud, data inten- sive serverless, SLA/SLO management, cost-efficiency of data-intensive serverless computations, "servermix" model, workflow orchestration History of changes Version Date Author Summary of changes 0.1 01-06-2019 David Breitgand; TOC Gil Vernik 0.2 02-06-2019 David Breitgand; First Draft Gil Vernik 0.3 03-06-2019 David Breitgand; Second Draft Gil Vernik 0.4 06-06-2019 Amanda Gómez; State of the Art on Workflow Orchestration. Airflow Aitor Arjona; section. Gerard París 0.5 18-06-2019 Ana Juan
    [Show full text]
  • The Devops Guide Essential to Service Meshes Synopsis
    eBook: The DevOps Guide Essential to Service Meshes Synopsis Service mesh recently emerged to provide an abstraction layer that streamlines service-to-service communication in order to address the failure of conventional strategies used to orchestrate microservices. They are quickly becoming an entire industry on their own. Here is an in depth view of the service mesh capabilities and current key players. Index Introduction ....................................................... 1 Why service mesh? ................................................ 3 What is a service mesh ecosystem? ................................. 5 Who are the key service mesh players? Istio ............................................................... 10 App Mesh ......................................................... 13 Linkerd ........................................................... 15 Consul Connect .................................................... 18 Microso Service Mesh Interface (SMI) ............................... 21 Kong ............................................................. 23 Conclusion ........................................................ 26 The term “Service Mesh” was coined to represent a network of applications or microservices, and the relationships and interactions between them. Relatively new on the scene, a service mesh is an infrastructure layer controlling delivery service requests that enables DevOps to abstract numerous application network functions from the service code when developing hybrid or cloud-native applications.
    [Show full text]
  • Modernizing Applications with Containers in the Public Cloud
    White Paper Modernizing Applications with Containers in the Public Cloud Sponsored by: Amazon Web Services Gary Chen June 2019 IDC OPINION Containers are the heir apparent next generation of compute. However, containers don't just bring a new style of infrastructure. Containers are intimately tied to a transformation in application architecture, software development methodology, and operational principles. Ultimately, the combination of these changes enables the faster delivery of software and more modern, scalable, and agile applications. IDC forecasts a five-year CAGR of 79% for enterprise container instances, with over 1.8 billion enterprise containers by 2021. While web hyperscalers have built containerized applications for many years and have proven the concepts behind a new generation of infrastructure and applications, enterprises face a different situation as most aren't building greenfield and are juggling older generations of applications. While containers can still be used to containerize traditional applications with benefits, larger returns come from refactoring the application over time. The majority of enterprise applications lifted and shifted into a container will be eventually refactored. Enterprises are beginning a transition phase where they are learning new container skills, methodologies, and processes as they begin to both build new cloud-native applications and refactor and modernize existing applications. The public cloud has played a major role in the development of containers. Container technology and the resulting transformational effects were essentially born in the cloud. Cloud providers developed much of this technology and the early adoption of containers in the enterprise was predominately in the public cloud. Containers in the public cloud were a natural fit because these developers were targeting cutting-edge cloud-native applications.
    [Show full text]
  • Cloud-Native Applications 101
    Cloud-Native Applications 101 Parallel Wireless, Inc. Proprietary and Confidential Parallel Wireless, Inc. Proprietary and Confidential – Not for Distribution. This information is subject to change at Parallel Wireless’ discretion. The only warranties for Parallel Wireless products and services are set forth in the express warranty statements accompanying such products and services. No license to any intellectual property rights is granted by this document. Trademarks and registered trademarks are the property of their respective owners. www.parallelwireless.com Table of Contents Introduction ............................................................................ 3 Benefits and Advantages ....................................................... 3 What are Cloud Native Applications? ................................... 5 Microservices ........................................................................... 5 Containers ................................................................................ 6 DevOps .................................................................................... 7 Continuous Integration/Continuous Delivery/Deployment ......... 8 Real World Reference ............................................................ 8 Summary ................................................................................. 9 Parallel Wireless, Inc. Proprietary and Confidential Parallel Wireless, Inc. Proprietary and Confidential – Not for Distribution. This information is subject to change at Parallel Wireless’ discretion. The
    [Show full text]