Operations | Monitoring | ITSM | DevOps | Cloud

Latest posts

Extend Your Splunk App with Custom REST Endpoints

As you build more complicated Splunk apps, you might wonder, “What is the best way to make the features in my app more usable?” If you’re adding new SPL commands or creating ways to input new data sources, the answer is straightforward. But imagine you’re trying to address one of the following scenarios: For cases like these, consider extending the Splunk REST API with custom endpoints.

Tigera: Calico and K8s Network Policies - An Overview and Comparison

In this session, we will go over the core concepts in k8s network policies and calico network policies. Compare and contrast between the two models, and highlight when to use one versus the other.Takeaways: Kubernetes Network Policy enables applications to declare segmentation controls to restrict access to authorized workloads. Calico Network Policy is a sophisticated superset of Kubernetes network policy that includes a number of advanced policy features facilitating real world use cases. Calico provides a scalable implementation of network policy and proven in very large-scale production deployments yet simple to use and operate.

Tigera: Enterprise Security Controls for Kubernetes

In this talk, we will explore how to meet common enterprise security control needs when running Kubernetes. Specifically, we will look at a range of common enterprise security needs and how you can meet these with standard Kubernetes primitives and open source projects such as Calico, or take it a step further with the additional features of Calico Enterprise.

Tigera: How to Secure the network of your GKE Cluster

By default, pods are non-isolated; they accept traffic from any source. The Google GKE solution to this security concern is Network Security Policy that lets developers control network access to their services. Google GKE comes configured with Network Security Policy using Project Calico which can be used to secure your clusters. This class will describe a few use cases for network security policy and a live demo implementing each use case.