Kubernetes

September 6, 2018

SECURITY

Deploying Stealthwatch Cloud in a Google GKE Kubernetes Cluster

Cisco Stealthwatch Cloud has the unique ability to provide an unprecedented level of visibility and security analytic capabilities within a Kubernetes cluster. It really doesn’t matter where the cluster resides, whether on-premise or in any public cloud environment. Stealthwatch Cloud deploys as a d…

August 31, 2018

CLOUD

Cloud Unfiltered, Episode 55: Cloud from a Data Center Guy’s Point of View, with Carlos Campos Torres

Have you noticed that when cloud people talk about cloud they (we) stick to a fairly narrow range of topics? Containers (for sure), Kubernetes, OpenStack, DevOps, culture change, big data, cloud native, serverless…and maybe a little AI/ML now and then to keep things spicy? Sure, we cover different a…

August 16, 2018

COLLABORATION

Webex Teams SDK for Android

What a whirlwind few months it’s been for the Cisco-Google partnership! It hasn’t even been a full year since we first kicked things off, but we’ve already come up with so many ways to enable customers like you to tackle some of your biggest challenges. We’re helping to drive flexibility, simplicity…

August 9, 2018

DEVELOPER

Build Kubernetes clusters in minutes with the new Cisco Container Platform

Kubernetes – 100% Upstream, Simple, Fast, Supported You may have seen – over here at Cisco we’ve just released a new Cisco Container Platform (CCP) together with learning labs to learn the basics of CCP and its API. CCP aims to take away the pain from deploying and maintaining your container platfor…

August 9, 2018

CLOUD

Cloud Unfiltered, Episode 53: Tackling IT Modernization, with Robert Starmer

Of course you don’t feel like dealing with modernizing your IT organization. Who would? It sounds like a hideous task—especially if you’ve let it go for a while. There’s so much to think about, and it seems like more technologies and more variations of those technologies pile on every day until the…

August 9, 2018

SECURITY

Protecting Kubernetes environments with Stealthwatch Cloud

Container orchestration and automation is taking the DevOps world by storm. Docker is the de-facto standard in the realm of containers. When a parallel for container orchestration is drawn, Kubernetes is the go-to orchestration solution for automating and scaling a container deployment, be it on-pre…

July 31, 2018

CLOUD

Istio 1.0: Making It Easier To Develop and Deploy Microservices

With the recent availability of Istio 1.0 it is not surprising that it continues to capture much attention from the technical press and developer community. As an open platform to connect, manage, and secure microservices, Istio promises to make it much easier to build and operate micro-service base…

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…