https://www.channelfutures.com/wp-content/themes/channelfutures_child/assets/images/logo/footer-new-logo.png
  • Home
  • Technologies
    • Back
    • Analytics
    • Artificial Intelligence
    • Cloud
    • Data Centers
    • Desktop
    • IoT
    • Mobility
    • Networking
    • Open Source
    • RMM/PSA
    • Security
    • Virtualization
    • Voice/Connectivity
  • Strategy
    • Back
    • Best Practices
    • Business Models
    • Channel 101
    • Channel Programs
    • Channel Research
    • Digital Transformation
    • Diversity & Inclusion
    • Leadership
    • Mergers and Acquisitions
    • Sales & Marketing
    • Specialty Practices
  • MSSP Insider
    • Back
    • Business of Security
    • Cloud and Edge
    • Endpoint
    • Network
    • People and Careers
    • Training and Policies
  • MSP 501
    • Back
    • 2020 MSP 501 Rankings
    • 2020 Hot 101 Rankings
    • 2020 MSP 501 Report
  • Intelligence
    • Back
    • Our Sponsors
    • From the Industry
    • Content Resources
    • COVID-19 Partner Help
    • Galleries
    • Podcasts
    • Reports
    • Videos
    • Webinars
    • White Papers
  • EMEA
  • Awards
    • Back
    • Excellence in Digital Services
    • 2020 MSP 501
    • Top Gun 51
  • Events
    • Back
    • CP Conference & Expo
    • Channel Partners Evolution
    • Channel Evolution Europe
    • Channel Partners Event Coverage
    • Webinars
  • Channel Mentor
    • Back
    • Channel Market Intelligence
    • Channel Educational Series
Channel Futures
  • NEWSLETTER
  • Home
  • Technologies
    • Back
    • Analytics
    • Artificial Intelligence
    • Cloud
    • Data Centers
    • Desktop
    • IoT
    • Mobility
    • Networking
    • Open Source
    • RMM/PSA
    • Security
    • Virtualization
    • Voice/Connectivity
  • Strategy
    • Back
    • Best Practices
    • Business Models
    • Channel 101
    • Channel Programs
    • Channel Research
    • Digital Transformation
    • Diversity & Inclusion
    • Leadership
    • Mergers and Acquisitions
    • Sales & Marketing
    • Specialty Practices
  • MSSP Insider
    • Back
    • Business of Security
    • Cloud and Edge
    • Endpoint
    • Network
    • People and Careers
    • Training and Policies
  • MSP 501
    • Back
    • 2020 MSP 501 Rankings
    • 2020 Hot 101 Rankings
    • 2020 MSP 501 Report
  • Intelligence
    • Back
    • Our Sponsors
    • From the Industry
    • Content Resources
    • COVID-19 Partner Help
    • Galleries
    • Podcasts
    • Reports
    • Videos
    • Webinars
    • White Papers
  • EMEA
  • Awards
    • Back
    • Excellence in Digital Services
    • 2020 MSP 501
    • Top Gun 51
  • Events
    • Back
    • CP Conference & Expo
    • Channel Partners Evolution
    • Channel Evolution Europe
    • Channel Partners Event Coverage
    • Webinars
  • Channel Mentor
    • Back
    • Channel Market Intelligence
    • Channel Educational Series
    • Newsletter
  • REGISTER
  • MSPs
  • VARs / SIs
  • Digital Service Providers
  • Cloud Service Providers
  • CHANNEL PARTNERS ONLINE
 Channel Futures

Cloud


What Does DevOps Mean, and How Will It Affect Channel Partners?

  • Written by Christopher Tozzi
  • April 25, 2016

DevOps is emerging as a new buzzword across the channel, especially as containers like Docker's take off. What is DevOps, and what does it have to do with related terms like agile development, continuous delivery and scripted infrastructure? Here's an overview.

DevOps is emerging as a new buzzword across the channel, especially as containers like Docker’s take off. What is DevOps, and what does it have to do with related terms like agile development, continuous delivery and scripted infrastructure? Here’s an overview.

I should start by making clear that DevOps — which is short for Developer Operations and has been used since 2009 — has no official definition. It can mean different things to different people. At its core, however, are several basic principles. They include:

  • Increasing collaboration between the people who write code (developers) and the people who deploy, manage and administer apps (IT operations teams).
  • Integrating software coding, testing and deployment processes.
  • Reducing environment variables so development and deployment are more predictable and more efficient.
  • Making software development and deployment scalable by automating as many processes as possible.

Taken together, these concepts are changing the way companies create and deliver software. Traditionally, programming and deployment were siloed operations. Indeed, in some respects the trend was away from integration, rather than toward it, since object-oriented programming emphasizes modularity rather than tight integration of various moving parts. DevOps is taking things in a different direction.

The result is software that is delivered faster and offers more stability. These are especially important benefits in an age when more and more computing happens on mobile devices, where consumers expect everything to occur in real time, and in the cloud, where high-availability and portability are essential.

What Does DevOps Have to Do with Containers?

The place where you’re likeliest to hear the term DevOps used today is the conversation about containers. Container platforms from companies like Docker, CoreOS and Canonical (which recently released LXD for production) have been in development for the past five years or so, and they’re finally beginning to enter production environments.

The main reason why containers are an important part of the DevOps revolution is that they make it easier than ever to package software in a platform-agnostic way. If you write your app to run inside a Docker container, it will work in any data center or cloud that supports Docker. And it can move easily between different hosts. It virtually eliminates environment variables.

True, you could achieve the same effect using a traditional virtual server image on a platform like VMware. But that entails much more overhead, since you would have to virtualize an entire OS, rather than just a container. Plus, even if you try to keep your OS images consistent, they will inevitably involve many more configuration variables than a container.

Containers are also valuable in DevOps operations because they allow programmers and admins to test new code and configurations very quickly by spinning up new containers. The result is the ability to develop and test code on a continuous basis. That beats the old method of writing some code, pausing development so you can test the code, compiling and running the code, evaluating the results and then starting over again when you make the next set of code changes.

What about Agile Software, Continuous Delivery and Scripted Infrastructure?

Terms like agile software, continuous delivery and scripted infrastructure have become a part of the DevOps lexicon because they describe closely related processes or concepts.

Agile software or agile infrastructure refers to platforms such as containers, which facilitate DevOps by making it easy to integrate development and deployment processes. A cloud infrastructure that can quickly scale, or a data center that offers lots of virtual servers or containers for easy app portability and scalability, deliver agile infrastructure.

Continuous delivery is the type of app development process that is at the core of DevOps. As explained above, the ability to create, test and deploy apps on a continuous basis, without having to pause, is one of the main benefits of DevOps.

Scripted infrastructure kind of means the same thing as agile software. But whereas the latter term refers more to a concept than to actual tools, scripted infrastructure usually refers to actual platforms that let IT operations teams provision servers automatically at scale. In other words, they can script their infrastructure, treating “infrastructure as code.” (That’s another DevOps-related buzzword.) Tools like Puppet and Ansible are examples of scripted infrastructure solutions.

DevOps and the Channel

As more and more vendors shift to a DevOps-oriented mindset, and as consumers get used to continuous delivery of software, DevOps is bound to have ramifications for the channel. It will increase demand for integrated solutions that are less static and provide real-time updates.

It will encourage companies to cease operating as siloes that share only finished products with partner organizations; instead, development and production teams will have to collaborate more directly across partner companies.

And it will reduce barriers to interoperability to an unprecedented level, making partnerships even easier.

Tags: Cloud Service Providers Digital Service Providers MSPs VARs/SIs Cloud

Related


  • Select a Hire
    AvePoint Taps Ingram Micro, Palo Alto Networks Vet to Lead Channel
    He held channel exec roles at Ingram and Palo Alto Networks
  • Word conclusion on paper
    Microsoft Conclusion on SolarWinds Hack 'Conflicts' with Other Messages
    A concerning aspect of this attack is that security companies were a clear target.
  • Hybrid clouds
    IBM, Oracle, Dell, VMware Put Hybrid Cloud Center Stage
    We highlight platforms and initiatives each company has so far unveiled in February.
  • New challenges and opportunities_many path options
    The Top IT Challenges Executives Will Face in 2021
    Obstacles include bridging the IT skills gap, managing remote workers and managing migration to the cloud.

Leave a comment Cancel reply

-or-

Log in with your Channel Futures account

Alternatively, post a comment by completing the form below:

Your email address will not be published. Required fields are marked *

Related Content

  • 2021 Channel Influencer Awards
  • Palo Alto Networks Unveils Bridgecrew Acquisition, Prisma Access 2.0
  • Everything Is Connected, So Why Is It All Still Dumb?
  • Why Cloud Storage Protection Is a Top Opportunity for MSPs

Galleries

View all

Channel Partners Virtual 2021 Is the Hottest Ticket in Town

February 26, 2021

Industry Perspectives

View all

The “Roaring 20s” Are Coming

February 25, 2021

Three Ways MSPs Can Improve Supply Chain Security

February 24, 2021

SASE: The Key to Mitigating Business Transformation Risk

February 22, 2021

Webinars

View all

A Partner’s Perspective on Channel Success in 2021

March 17, 2021

XDR and Why it Matters to MSPs

March 24, 2021

Top Security Trends Impacting Technology Security Providers In 2021

March 25, 2021

White Papers

View all

Ready To Add Cutting Edge IoT Solutions To Your Portfolio?

  • 1
February 25, 2021

What Is The Value Of Distribution For The Internet Of Things?

February 25, 2021

The Internet of Things (IoT): Where do You Begin?

  • 1
February 25, 2021

Upcoming Events

View all

Channel Partners Virtual

March 2, 2021 - March 4, 2021

Channel Partners Conference & Expo

November 1, 2021 - November 4, 2021

Videos and Fastchats

View all

FASTCHAT: How SOAR Eliminates Security Challenges and Elevates Service Provider Revenues

January 6, 2021

Happy Holidays from Channel Partners & Channel Futures!

December 21, 2020

FASTCHAT: How Old, Unpatched Technologies Are Creating New Security Threats for MSPs and Their Customers

December 3, 2020

Twitter

ChannelFutures

Amazon WorkSpaces @awscloud DaaS client will be available on @IGEL_Technology virtual endpoint client OS.… twitter.com/i/web/status/1…

February 26, 2021
ChannelFutures

.@VMware cutting more workers in California as part of ongoing #workforcerebalancing. #layoffs… twitter.com/i/web/status/1…

February 26, 2021
ChannelFutures

#CPVirtual is March 2-4. It’s the hottest ticket in town — any town, since it’s 100% online — so make sure you have… twitter.com/i/web/status/1…

February 26, 2021
ChannelFutures

.@datto, @ThreatLocker partner to streamline #MSP secure business operations. dlvr.it/RtYvJK https://t.co/nKGnwbblNO

February 26, 2021
ChannelFutures

Infographic: Why Partner with Sierra Wireless and GetWireless? dlvr.it/RtYh1m https://t.co/KcBFzXIx7l

February 26, 2021
ChannelFutures

Infographic: The Sierra Wireless Essential Series dlvr.it/RtYgxv https://t.co/CatxbRHzXr

February 26, 2021
ChannelFutures

#Threatprotection is no small matter for #MSSPs. Find out what vendors say you have to do this year to protect your… twitter.com/i/web/status/1…

February 26, 2021
ChannelFutures

Cloud strategies and cybersecurity are key, and #COVID19 will have more impact than #Brexit on U.K. channel, says… twitter.com/i/web/status/1…

February 26, 2021

MSSP Insider

Newsletters and Updates

Sign up for The Channel Report, Channel Futures Update, MSP 501 Newsletter and more.

Live Channel Events

Get the latest information on the next industry-leading Channel Partners event.

Channel Partners Online

Want more? Find more channel news and analysis on our sister site, Channel Partners.

Media Kit And Advertising

Want to reach our audience? Access our media kit

DISCOVER MORE FROM INFORMA TECH

  • Channel Partners Online
  • Channel Partners Events
  • MSP 501
  • MSSP Insider
  • IoT World Today
  • Webhostingtalk

WORKING WITH US

  • Contact
  • About us
  • Advertise
  • Newsletter

FOLLOW Channel Futures ON SOCIAL

  • Privacy
  • CCPA: “Do Not Sell My Data”
  • Cookie Policy
  • Terms
Copyright © 2021 Informa PLC. Informa PLC is registered in England and Wales with company number 8860726 whose registered and Head office is 5 Howick Place, London, SW1P 1WG.
This website uses cookies, including third party ones, to allow for analysis of how people use our website in order to improve your experience and our services. By continuing to use our website, you agree to the use of such cookies. Click here for more information on our Cookie Policy and Privacy Policy.
X