Kubernetes
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…
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…
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…
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…
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…
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…
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…
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…
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…