docker

November 7, 2019

NETWORKING

Cisco Catalyst 9000 – The best keeps getting better.

We can’t predict the future, but we can plan for the unknown. I think we can all agree that we are witnessing the real-time emergence of a new network. This is a network that must handle evolving technologies that brings IoT to the main stream, expands mobility to the back woods, and broadens horizo…

November 4, 2019

DEVELOPER

Continuous Integration for Docs, Code, Infrastructure, and the Network

I haven’t been to a DeveloperWeek event yet even though one of them is in my home town of Austin Texas. I’m pretty excited to get to go to the Palmer Events Center next week and talk about continuous integration and continuous deployment (CI/CD) for developer documentation. I’m giving the 25-minute…

June 10, 2019

DEVELOPER

Attivo Networks ThreatDirect™ Deception in a Docker Container

Scaling with the Cisco Catalyst 9000 Family of Switches This blog is authored by Joseph Salazar, Technical Marketing Engineer at Attivo Networks Networks are constantly evolving to meet the demands of ever-expanding digital business infrastructure. Organizational networks can now include remote offi…

June 7, 2019

DEVELOPER

Running NetBeez Agents on Cisco Catalyst Switches

The author of this blog is Stefano Gridelli, Co-Founder and CEO at NetBeez, Inc. I am happy to announce a new powerful integration between NetBeez and Cisco. Starting with Cisco IOS-XE version 16.12.1, Cisco users can install the NetBeez docker agent on Cisco Catalyst 9000 series switches. This new…

September 10, 2018

DEVELOPER

How a Service Mesh Helps Your Modern Applications – DevOps Series, Part 11

If you’re a developer working on your modern, microservices-based applications, you already have enough on your plate having to deal with your code. As we have discussed in previous posts: containers help you with packaging and dependencies; a scheduler helps scaling out your deployments and m…

Got Bare Metal? We have Blueprints. TV, DevOps and Scalable Container Workflows

The Cisco SP Video Software & Solutions team is energized and ready to go with over eighteen impressive demos for IBC 2018. One set of demos features our Video Processing Solutions in a containerized format, running on and off-premise. These solutions are built from Virtual DCM (vDCM) applicatio…

July 25, 2018

DEVELOPER

Testing Locally Like You Were on a Remote Environment – DevOps Series, Part 10

Telepresence is another useful tool that allows you to work from your laptop like you were inside a remote Kubernetes (k8s) cluster. This way you can easily do live debugging and testing of a service locally, while connected to a remote k8s cluster. For example you could be developing on a local mic…

July 10, 2018

DEVELOPER

Hide the Complexity of Building/Deploying your Applications on Kubernetes – DevOps Series, Part 9

“Draft” is a useful tool that enables developers to easily build applications and run them in Kubernetes (k8s). It helps you by hiding the complexity of building images, publishing them, and creating the deployments. That way you can focus on what is really important… your code. Wi…

June 20, 2018

DEVELOPER

Using CI/CD/CD for Software Lifecycle Automation – DevOps Series, Part 8

If you have been following my DevOps blog series, you know how developers work in their local environment, and how operations teams manage application deployments on public Cloud and on-premises environments. As we’ve discussed, there are many different scenarios where each of the options migh…