SlideShare une entreprise Scribd logo
1  sur  79
Kubernetes on Sumo Logic
K8s User Certification
Welcome!
You’re currently on mute,
but you can say “Hi” in chat!
We’ll get started soon.
Sumo Logic Confidential
Become a Sumo Logic Kubernetes expert
1. Discover Kubernetes data and metadata in Sumo Logic
2. Explore your Kubernetes clusters with enriched metadata
3. Install apps, partner apps, and pre-built dashboards
4. Create your own custom dashboards from scratch
5. Monitor and troubleshoot with alerts and the Explore tab
6. Get certified with the Kubernetes on Sumo Logic exam
Sumo Logic confidential
Course Agenda
Review Sumo Logic data pipeline and metadata
Explain Kubernetes data collection and enrichment
Hands-on labs: Search with metadata
Sumo Logic apps available for Kubernetes
5 min.
5 min.
10 min.
10 min.
Explore tab and pre-built dashboards10 min.
Break time!5 min.
Review Kubernetes basic concepts5 min.
Sumo Logic confidential
Install apps and explore pre-built dashboards
Sumo Logic confidential
Create and customize your own dashboard
Sumo Logic confidential
Investigate and troubleshoot a crashed pod
Sumo Logic confidential
Create your own custom alerts
Sumo Logic confidential
Welcome to TravelLogic Inc!
Review: Kubernetes
Sumo Logic confidential
Monolithic Architecture Microservices Architecture
Sumo Logic confidential
What is Kubernetes?
• Container orchestration system
• Open source and CNCF certified
• Guides and controls your
containers, just like a ship’s
helmsman
• “K8s” replaces the eight letters in
“ubernete” to abbreviate Kubernetes
Sumo Logic confidential
Inside a Kubernetes Cluster
Containers are nested inside
pods, which are inside nodes,
which are inside clusters.
Abstract partitions like
services, deployments, and
namespaces also organize
your cluster.
Sumo Logic confidential
Cluster
A cluster is a group of
machines that distribute
work, providing efficiency
and fault tolerance.
Sumo Logic confidential
Nodes
A node is a single machine inside
a cluster. It can be a physical or
virtual machine.
Each cluster has one master
node. The master node assigns
work to worker nodes.
Worker nodes run software,
crunch numbers, store data, and
do all the work.
Sumo Logic confidential
Pods
Pods are the smallest
unit that Kubernetes
can orchestrate.
Sumo Logic confidential
Containers
Containers are a package
of code, data, and all their
dependencies. They each
run a single microservice.
Review:
Sumo Logic data pipeline
Sumo Logic confidential
Sumo Logic Data Pipeline
3
Visualize and monitor
2
Search and analyze
1
Data collection
4
Share the results
Sumo Logic confidential
Data collection
Sumo Logic confidential
Search and analyze
Sumo Logic confidential
Visualize and monitor
Sumo Logic confidential
Share
Data collection and
metadata enrichment
Sumo Logic Confidential
What is metadata?
• Data: Information stored by your app
• Metadata: Data about your data
• Searchable by fields, source categories, key-value pairs, etc.
• Good metadata design will save you time and money
Sumo Logic Confidential
Using metadata
Sumo Logic Confidential
Kubernetes data pipeline
Sumo Logic Confidential
Metadata enrichment
• Prometheus provides autodiscovery
that tags pods and nodes
• Sumo Logic’s metadata enrichment
tags services and deployments
• Custom key-value pairs (fields)
provide details on your cluster
Hands-on labs:
Log in to training environment
Identify metadata
Search with metadata
Sumo Logic Confidential
Access the lab guides
1. Go to: service.sumologic.com
2. Log in using your
Sumo Logic credentials.
3. Click Certification >
Get Certified.
4. Go to Kubernetes > Cert Jam Lab Guide and enroll.
Sumo Logic Confidential
Lab 1: Identify metadata
1. Navigate to the the Sumo Logic UI.
2. Start a new Log Search.
3. Search for the *kube* metadata.
4. Click Manage Data > Collection for an
alternate view of source category metadata.
Sumo Logic Confidential
Lab 2: Search with metadata
1. Navigate to the the Sumo Logic UI.
2. Start a new Log Search.
3. Search for the sumologic namespace.
Sumo Logic apps for
Kubernetes
Sumo Logic Confidential
Your TravelLogic app Your Kubernetes
cluster
Sumo Logic’s Kubernetes app
Sumo Logic Confidential
Sumo Logic Kubernetes app
• Manage and monitor multiple clusters
• Centralized metadata enrichment
• Visibility into the worker nodes of a K8s cluster
• Namespace, deployment, and service views
• Dynamic, live pre-built dashboards
• CNCF standards and out-of-the-box security features
Sumo Logic Confidential
Control Plane apps
• Work alongside the Kubernetes app
• Visibility into master nodes
• Open source or managed service
Sumo Logic Confidential
DevOps and CI/CD apps
Istio
● CircleCI. Monitor and secure the DevOps
pipeline to increase delivery velocity.
● Istio. CI/CD partner app, including securing,
connecting, and monitoring microservices.
● Spinnaker. Infrastructure management platform
for hybrid-cloud, multi-cloud, and Kubernetes.
Sumo Logic Confidential
Security apps
● Alcide kAudit. Enhanced visibility into audit logs.
● Stackrox. Detect vulnerabilities, compliance
violations, and runtime threats.
● Twistlock. Monitor and analyze hosts, containers,
images, and registry.
● Aqua Security. Provides security and compliance
for cloud-native applications.
● JFrog Xray. Investigate vulnerabilities across
deployment environments.
Sumo Logic Confidential
Hundreds of apps
● 200+ Apps available
● Dozens of K8s apps
● Installed apps appear
in your personal
folder
● Only install each app
once per account
The Explore Tab and pre-
built dashboards
Sumo Logic Confidential
Pre-configured dashboards
• Cluster Explorer
• Cluster Overview
• Container Logs
• Containers
• Daemonsets and StatefulSets
• Development overview
• DPM
• DPM - Timeseries
• Health Check
• Hygiene Check
• Namespace Overview
• Nodes
• Pods
• Security Overview
• Security Rules Triggered
• Service Overview
Sumo Logic Confidential
Cluster Explorer dashboard
• Overview of memory and CPU
usage per node and pod
• Each cell of the honeycomb
charts represent a node or pod
• Color dynamically displays
resource utilization relative to
other nodes and pods
Sumo Logic Confidential
Nodes dashboard
• Health and performance
metrics for all nodes
• Compare long-term
averages and trends
Sumo Logic Confidential
Security Overview dashboard
• High-level details about alerts,
events, and errors
• Configure rules with Falco
• See which rules, nodes, pods,
or apps triggered your alerts
Sumo Logic Confidential
The Explore Tab
• Different views to monitor your cluster
from different perspectives.
• Node View. Visualize cluster hierarchy.
• Deployment View. Organize data by
deployment to monitor performance.
• Service View. Organize pods and nodes
used by each service.
• Namespace View. Track environments
across teams or projects by namespace.
Sumo Logic Confidential
Node View
• Visualize cluster hierarchy
• Explore infrastructure
topology in public cloud,
private cloud, or bare metal
Sumo Logic Confidential
Deployment View
• Displays the deployments
used by each namespace
• Shows which pods and
containers run inside each
deployment
• Monitor deployment
performance and manage
necessary changes
Sumo Logic Confidential
Service View
• Displays services running in
each namespace
• Monitor and improve UX
Sumo Logic Confidential
Namespace View
• Organize your cluster into
namespaces
• Useful for large clusters divided
into teams or products
Break time!
Sumo Logic confidential
Course Agenda (cont.)
Classic Dashboards and Dashboards (New)
Hands-on lab: Create a Dashboard (New)
Monitoring and troubleshooting
Demo: Troubleshoot a pod
5 min.
15 min.
5 min.
10 min.
Hands-on lab: Create an alert10 min.
Q&A and get certified as a Kubernetes on Sumo Logic user60 min.
Hands-on labs: Install apps; pre-built dashboards; Explore15 min.
Hands-on labs:
Install the Kubernetes app
View pre-built dashboards
Navigate with Explore
Sumo Logic Confidential
Lab 3: Install the Kubernetes app
1. Check the Personal folder for the
Kubernetes app.
2. Click App Catalog in the left nav.
3. Search for “Kubernetes.”
4. Install the Kubernetes app if it
hasn’t already been installed.
Sumo Logic Confidential
Lab 4: View pre-built dashboards
1. Open the Kubernetes folder
under your personal folder.
2. Click the Kubernetes - Cluster
Overview dashboard.
3. Use this dashboard to answer the
questions in your lab guide.
Sumo Logic Confidential
Lab 5: Navigate Kubernetes with Explore
1. Click +New > Explore to
open an Explore tab.
2. Select the Kubernetes -
Node View.
3. Drill down to find the nodes
inside your cluster, the pods
inside your nodes, and the
containers inside your pods.
Classic Dashboards
and Dashboards (New)
Sumo Logic Confidential
• Basic charts, like time series
and categorical
• Few color and font choices
• Panels created from search
and metrics tabs
• Limited filters and queries
• Still supported
• New charts, like Honeycomb
• Full control over look and
feel with JSON
• Build panels directly in the
dashboard
• Advanced filtering and
metrics query building
Classic Dashboard Dashboard (New)
Sumo Logic Confidential
Single values and text boxes
• Simplest panel types
• Single values can highlight
key metrics
• Text boxes can provide
explanation, like data sources
or how to interpret data
Sumo Logic Confidential
Categorical charts
• Compare data across categories
• Pie charts to compare percentage
of errors by error type
• Works best with counts or other
categories
Sumo Logic Confidential
Time series charts
• Compare data over time, like
errors per minute or amount of
resources used per hour
• Data must be timesliced
Sumo Logic Confidential
Honeycombs and maps
• Map charts are great for
geolocation data
• Honeycombs are great for
comparing relative data
• Both display hotspots:
physically or virtually
Hands-on labs:
Create a Dashboard (New)
Sumo Logic Confidential
Lab 6: Create and share a Dashboard (New)
1. Create a four panel dashboard. The
labs guide you through creating a
text panel, single value, time series,
and categorical chart.
2. Customize your dashboard. Try
using your favorite colors or your
company’s brand colors.
3. Save and share your dashboard.
Monitoring and
Troubleshooting
Sumo Logic Confidential
Troubleshooting and monitoring
• Does every alert or warning need
your immediate attention?
• How can you find more
information about an issue?
• How can you resolve the issue?
Sumo Logic Confidential
Basic cluster checks
• How many worker nodes are unhealthy?
• What disk, CPU, and memory resources are being used up?
• Have any pods crashed?
• Is my autoscaler scaling out as expected?
• Are my requests getting routed as I expected?
Sumo Logic Confidential
Common alerts
● Crash loop. Replication service
keeps restarting pods.
● Nodes not ready. Insufficient
resources allocated to a node.
● Memory limits exceeded.
Container requests too much
memory and may be destroyed
and restarted.
Sumo Logic Confidential
Ask for help
1. Get your company info. Your company’s account information
and the your Sumo Logic account rep’s contact.
2. Get your cluster info. Details like cluster name, YAML files,
version numbers, and how you collect data into Sumo Logic.
3. Describe the problem. Document and gather things like log
files, error codes, and a description of the problem.
4. Submit a ticket. Go to https://support.sumologic.com/
Sumo Logic Confidential
Troubleshoot a pod
Demo
Hands-on labs:
Create an alert
Sumo Logic Confidential
Lab 8: Create an alert
1. Click Manage Data > Alerts to
create a new metrics query.
2. Write your query and click the
Alerts icon (bell).
3. Set up rules for when your alert
is triggered, who gets
notifications, and how those
notifications are delivered.
Questions?
Assessment
Sumo Logic Confidential
Assessment Description
• 20+ questions
• 60 minutes to take it
• Need a 70% to pass
• Open Resource (slides, labs, and documentation)
Sumo Logic Confidential
Certification
Assessment:
1. Click > Certification
2. Click Get Certified
3. Click <course category>
4. Click <course name>
5. Click
6. Under Read Me First, click Before you start
7. Click
8. Click
In order to get credit for the exam,
go to your own Sumo account and
login
(your company account, not the training account)
Sumo Logic Confidential
Sumo Logic Confidential
If you find your login is cycling
back to the exam screen, do the
following:
● In the black left bar, click Help
● Click Community
● An email verification should be sent to
your inbox
● Once you verify, you should able to
take the exam without any issues
Sumo Logic Confidential
In order to get credit for the assessment
1. After each section, click Next or Submit
2. When you get to the last section, click Go
to results
3. When you passed the class, you’ll get a
congratulations message. Then click
Submit results.
4. After your feedback, you can click Close
course
Follow these steps:
For passing the exam, you will earn:
● A Certificate
● An invitation to our LinkedIn Group
● The respect of your peers
● Fame, Fortune and more... Jessica Robbens
We'd love to hear from YOU!
Gartner Peer Insights is an anonymized,
peer-to-peer collection of enterprise product
and service evaluations from customers.
If you like Sumo Logic share your experience
with your peers! Click on the QR code to start
your review.
Like Sumo Logic?
Write a Gartner
Peer Insights
Review!
Start your review today
(it should only take 10-15 minutes)
The GARTNER PEER INSIGHTS Logo is a trademark and service mark of Gartner, Inc.
and/or its affiliates and is used herein with permission. All rights reserved. Gartner Peer
Insights reviews constitute the subjective opinions of individual end users based on their
own experiences and do not represent the views of Gartner or its affiliates.
Sumo Logic Cert Jam - Advanced Metrics with Kubernetes

Contenu connexe

Tendances

Azure環境の監視とログ
Azure環境の監視とログAzure環境の監視とログ
Azure環境の監視とログyoshiki komori
 
[cb22] Hayabusa Threat Hunting and Fast Forensics in Windows environments fo...
[cb22] Hayabusa  Threat Hunting and Fast Forensics in Windows environments fo...[cb22] Hayabusa  Threat Hunting and Fast Forensics in Windows environments fo...
[cb22] Hayabusa Threat Hunting and Fast Forensics in Windows environments fo...CODE BLUE
 
DevOps Monitoring and Alerting
DevOps Monitoring and AlertingDevOps Monitoring and Alerting
DevOps Monitoring and AlertingKhairul Zebua
 
클라우드 네이티브를 위한 Confluent Cloud
클라우드 네이티브를 위한 Confluent Cloud클라우드 네이티브를 위한 Confluent Cloud
클라우드 네이티브를 위한 Confluent Cloudconfluent
 
Azure Monitor Logで実現するモダンな管理手法
Azure Monitor Logで実現するモダンな管理手法Azure Monitor Logで実現するモダンな管理手法
Azure Monitor Logで実現するモダンな管理手法Takeshi Fukuhara
 
Stl meetup cloudera platform - january 2020
Stl meetup   cloudera platform  - january 2020Stl meetup   cloudera platform  - january 2020
Stl meetup cloudera platform - january 2020Adam Doyle
 
CICD Pipelines for Microservices Best Practices
CICD Pipelines for Microservices Best Practices CICD Pipelines for Microservices Best Practices
CICD Pipelines for Microservices Best Practices Codefresh
 
今こそ知りたい!Microsoft Azureの基礎
今こそ知りたい!Microsoft Azureの基礎今こそ知りたい!Microsoft Azureの基礎
今こそ知りたい!Microsoft Azureの基礎Trainocate Japan, Ltd.
 
Kibana + timelion: time series with the elastic stack
Kibana + timelion: time series with the elastic stackKibana + timelion: time series with the elastic stack
Kibana + timelion: time series with the elastic stackSylvain Wallez
 
Threat modeling web application: a case study
Threat modeling web application: a case studyThreat modeling web application: a case study
Threat modeling web application: a case studyAntonio Fontes
 
SCYTHE Purple Team Workshop with Tim Schulz
SCYTHE Purple Team Workshop with Tim SchulzSCYTHE Purple Team Workshop with Tim Schulz
SCYTHE Purple Team Workshop with Tim SchulzJorge Orchilles
 
S94 Microsoft Azure セキュリティについて
S94 Microsoft Azure セキュリティについてS94 Microsoft Azure セキュリティについて
S94 Microsoft Azure セキュリティについてMicrosoft Azure Japan
 
Kafka Security 101 and Real-World Tips
Kafka Security 101 and Real-World Tips Kafka Security 101 and Real-World Tips
Kafka Security 101 and Real-World Tips confluent
 
Introduction to apache kafka, confluent and why they matter
Introduction to apache kafka, confluent and why they matterIntroduction to apache kafka, confluent and why they matter
Introduction to apache kafka, confluent and why they matterPaolo Castagna
 

Tendances (20)

Azure環境の監視とログ
Azure環境の監視とログAzure環境の監視とログ
Azure環境の監視とログ
 
[cb22] Hayabusa Threat Hunting and Fast Forensics in Windows environments fo...
[cb22] Hayabusa  Threat Hunting and Fast Forensics in Windows environments fo...[cb22] Hayabusa  Threat Hunting and Fast Forensics in Windows environments fo...
[cb22] Hayabusa Threat Hunting and Fast Forensics in Windows environments fo...
 
DevOps Monitoring and Alerting
DevOps Monitoring and AlertingDevOps Monitoring and Alerting
DevOps Monitoring and Alerting
 
IDガバナンス&管理の基礎
IDガバナンス&管理の基礎IDガバナンス&管理の基礎
IDガバナンス&管理の基礎
 
클라우드 네이티브를 위한 Confluent Cloud
클라우드 네이티브를 위한 Confluent Cloud클라우드 네이티브를 위한 Confluent Cloud
클라우드 네이티브를 위한 Confluent Cloud
 
Azure Monitor Logで実現するモダンな管理手法
Azure Monitor Logで実現するモダンな管理手法Azure Monitor Logで実現するモダンな管理手法
Azure Monitor Logで実現するモダンな管理手法
 
Stl meetup cloudera platform - january 2020
Stl meetup   cloudera platform  - january 2020Stl meetup   cloudera platform  - january 2020
Stl meetup cloudera platform - january 2020
 
CICD Pipelines for Microservices Best Practices
CICD Pipelines for Microservices Best Practices CICD Pipelines for Microservices Best Practices
CICD Pipelines for Microservices Best Practices
 
Red Team Framework
Red Team FrameworkRed Team Framework
Red Team Framework
 
今こそ知りたい!Microsoft Azureの基礎
今こそ知りたい!Microsoft Azureの基礎今こそ知りたい!Microsoft Azureの基礎
今こそ知りたい!Microsoft Azureの基礎
 
Kibana + timelion: time series with the elastic stack
Kibana + timelion: time series with the elastic stackKibana + timelion: time series with the elastic stack
Kibana + timelion: time series with the elastic stack
 
Threat modeling web application: a case study
Threat modeling web application: a case studyThreat modeling web application: a case study
Threat modeling web application: a case study
 
Confluence
ConfluenceConfluence
Confluence
 
SCYTHE Purple Team Workshop with Tim Schulz
SCYTHE Purple Team Workshop with Tim SchulzSCYTHE Purple Team Workshop with Tim Schulz
SCYTHE Purple Team Workshop with Tim Schulz
 
S94 Microsoft Azure セキュリティについて
S94 Microsoft Azure セキュリティについてS94 Microsoft Azure セキュリティについて
S94 Microsoft Azure セキュリティについて
 
Azure devops
Azure devopsAzure devops
Azure devops
 
Azure DevOps
Azure DevOpsAzure DevOps
Azure DevOps
 
Kafka Security 101 and Real-World Tips
Kafka Security 101 and Real-World Tips Kafka Security 101 and Real-World Tips
Kafka Security 101 and Real-World Tips
 
Apache kafka
Apache kafkaApache kafka
Apache kafka
 
Introduction to apache kafka, confluent and why they matter
Introduction to apache kafka, confluent and why they matterIntroduction to apache kafka, confluent and why they matter
Introduction to apache kafka, confluent and why they matter
 

Similaire à Sumo Logic Cert Jam - Advanced Metrics with Kubernetes

Sumo Logic QuickStart - May 2016
Sumo Logic QuickStart - May 2016Sumo Logic QuickStart - May 2016
Sumo Logic QuickStart - May 2016Sumo Logic
 
Sumo Logic QuickStart
Sumo Logic QuickStartSumo Logic QuickStart
Sumo Logic QuickStartSumo Logic
 
Sumo Logic Cert Jam - Advanced Metrics with Kubernetes
Sumo Logic Cert Jam - Advanced Metrics with KubernetesSumo Logic Cert Jam - Advanced Metrics with Kubernetes
Sumo Logic Cert Jam - Advanced Metrics with KubernetesSumo Logic
 
Simplify Your Way To Expert Kubernetes Management
Simplify Your Way To Expert Kubernetes ManagementSimplify Your Way To Expert Kubernetes Management
Simplify Your Way To Expert Kubernetes ManagementDevOps.com
 
Kubernetes Monitoring & Best Practices
Kubernetes Monitoring & Best PracticesKubernetes Monitoring & Best Practices
Kubernetes Monitoring & Best PracticesAjeet Singh Raina
 
Sumo Logic Quickstart - Nv 2016
Sumo Logic Quickstart - Nv 2016Sumo Logic Quickstart - Nv 2016
Sumo Logic Quickstart - Nv 2016Sumo Logic
 
Sumo Logic Quickstart - Jan 2017
Sumo Logic Quickstart - Jan 2017Sumo Logic Quickstart - Jan 2017
Sumo Logic Quickstart - Jan 2017Sumo Logic
 
Sumo Logic Quickstart Training 10/14/2015
Sumo Logic Quickstart Training 10/14/2015Sumo Logic Quickstart Training 10/14/2015
Sumo Logic Quickstart Training 10/14/2015Sumo Logic
 
Sumo Logic QuickStart Webinar
Sumo Logic QuickStart WebinarSumo Logic QuickStart Webinar
Sumo Logic QuickStart WebinarSumo Logic
 
Sumo Logic QuickStart Webinar - Dec 2016
Sumo Logic QuickStart Webinar - Dec 2016Sumo Logic QuickStart Webinar - Dec 2016
Sumo Logic QuickStart Webinar - Dec 2016Sumo Logic
 
Sumo Logic QuickStart Webinar Oct 2016
Sumo Logic QuickStart Webinar Oct 2016Sumo Logic QuickStart Webinar Oct 2016
Sumo Logic QuickStart Webinar Oct 2016Sumo Logic
 
Sumo Logic QuickStat - Apr 2017
Sumo Logic QuickStat - Apr 2017Sumo Logic QuickStat - Apr 2017
Sumo Logic QuickStat - Apr 2017Sumo Logic
 
Docker at and with SignalFx
Docker at and with SignalFxDocker at and with SignalFx
Docker at and with SignalFxSignalFx
 
Sumo Logic QuickStart Webinar - Jan 2016
Sumo Logic QuickStart Webinar - Jan 2016Sumo Logic QuickStart Webinar - Jan 2016
Sumo Logic QuickStart Webinar - Jan 2016Sumo Logic
 
Sumo Logic QuickStart Webinar Sep 2016
Sumo Logic QuickStart Webinar Sep 2016Sumo Logic QuickStart Webinar Sep 2016
Sumo Logic QuickStart Webinar Sep 2016Sumo Logic
 
How to Monitor Microservices
How to Monitor MicroservicesHow to Monitor Microservices
How to Monitor MicroservicesSysdig
 
VA Smalltalk Update
VA Smalltalk UpdateVA Smalltalk Update
VA Smalltalk UpdateESUG
 
DockerCon EU 2015: Monitoring Docker
DockerCon EU 2015: Monitoring DockerDockerCon EU 2015: Monitoring Docker
DockerCon EU 2015: Monitoring DockerDocker, Inc.
 

Similaire à Sumo Logic Cert Jam - Advanced Metrics with Kubernetes (20)

Sumo Logic QuickStart - May 2016
Sumo Logic QuickStart - May 2016Sumo Logic QuickStart - May 2016
Sumo Logic QuickStart - May 2016
 
Sumo Logic QuickStart
Sumo Logic QuickStartSumo Logic QuickStart
Sumo Logic QuickStart
 
Sumo Logic Cert Jam - Advanced Metrics with Kubernetes
Sumo Logic Cert Jam - Advanced Metrics with KubernetesSumo Logic Cert Jam - Advanced Metrics with Kubernetes
Sumo Logic Cert Jam - Advanced Metrics with Kubernetes
 
Simplify Your Way To Expert Kubernetes Management
Simplify Your Way To Expert Kubernetes ManagementSimplify Your Way To Expert Kubernetes Management
Simplify Your Way To Expert Kubernetes Management
 
Kubernetes Monitoring & Best Practices
Kubernetes Monitoring & Best PracticesKubernetes Monitoring & Best Practices
Kubernetes Monitoring & Best Practices
 
Sumo Logic Quickstart - Nv 2016
Sumo Logic Quickstart - Nv 2016Sumo Logic Quickstart - Nv 2016
Sumo Logic Quickstart - Nv 2016
 
Sumo Logic Quickstart - Jan 2017
Sumo Logic Quickstart - Jan 2017Sumo Logic Quickstart - Jan 2017
Sumo Logic Quickstart - Jan 2017
 
Sumo Logic Quickstart Training 10/14/2015
Sumo Logic Quickstart Training 10/14/2015Sumo Logic Quickstart Training 10/14/2015
Sumo Logic Quickstart Training 10/14/2015
 
Sumo Logic QuickStart Webinar
Sumo Logic QuickStart WebinarSumo Logic QuickStart Webinar
Sumo Logic QuickStart Webinar
 
Sumo Logic QuickStart Webinar - Dec 2016
Sumo Logic QuickStart Webinar - Dec 2016Sumo Logic QuickStart Webinar - Dec 2016
Sumo Logic QuickStart Webinar - Dec 2016
 
Sumo Logic QuickStart Webinar Oct 2016
Sumo Logic QuickStart Webinar Oct 2016Sumo Logic QuickStart Webinar Oct 2016
Sumo Logic QuickStart Webinar Oct 2016
 
Sumo Logic QuickStat - Apr 2017
Sumo Logic QuickStat - Apr 2017Sumo Logic QuickStat - Apr 2017
Sumo Logic QuickStat - Apr 2017
 
Docker {at,with} SignalFx
Docker {at,with} SignalFxDocker {at,with} SignalFx
Docker {at,with} SignalFx
 
Docker at and with SignalFx
Docker at and with SignalFxDocker at and with SignalFx
Docker at and with SignalFx
 
Intro to kubernetes
Intro to kubernetesIntro to kubernetes
Intro to kubernetes
 
Sumo Logic QuickStart Webinar - Jan 2016
Sumo Logic QuickStart Webinar - Jan 2016Sumo Logic QuickStart Webinar - Jan 2016
Sumo Logic QuickStart Webinar - Jan 2016
 
Sumo Logic QuickStart Webinar Sep 2016
Sumo Logic QuickStart Webinar Sep 2016Sumo Logic QuickStart Webinar Sep 2016
Sumo Logic QuickStart Webinar Sep 2016
 
How to Monitor Microservices
How to Monitor MicroservicesHow to Monitor Microservices
How to Monitor Microservices
 
VA Smalltalk Update
VA Smalltalk UpdateVA Smalltalk Update
VA Smalltalk Update
 
DockerCon EU 2015: Monitoring Docker
DockerCon EU 2015: Monitoring DockerDockerCon EU 2015: Monitoring Docker
DockerCon EU 2015: Monitoring Docker
 

Plus de Sumo Logic

Welcome Webinar PDF
Welcome Webinar PDFWelcome Webinar PDF
Welcome Webinar PDFSumo Logic
 
Sumo Logic Cert Jam - Security & Compliance
Sumo Logic Cert Jam - Security & ComplianceSumo Logic Cert Jam - Security & Compliance
Sumo Logic Cert Jam - Security & ComplianceSumo Logic
 
Sumo Logic Cert Jam - Metrics Mastery
Sumo Logic Cert Jam - Metrics MasterySumo Logic Cert Jam - Metrics Mastery
Sumo Logic Cert Jam - Metrics MasterySumo Logic
 
Sumo Logic Cert Jam - Fundamentals (Spanish)
Sumo Logic Cert Jam - Fundamentals (Spanish)Sumo Logic Cert Jam - Fundamentals (Spanish)
Sumo Logic Cert Jam - Fundamentals (Spanish)Sumo Logic
 
Sumo Logic Cert Jam - Metrics Mastery
Sumo Logic Cert Jam - Metrics MasterySumo Logic Cert Jam - Metrics Mastery
Sumo Logic Cert Jam - Metrics MasterySumo Logic
 
Security Certification: Security Analytics using Sumo Logic - Oct 2018
Security Certification: Security Analytics using Sumo Logic - Oct 2018Security Certification: Security Analytics using Sumo Logic - Oct 2018
Security Certification: Security Analytics using Sumo Logic - Oct 2018Sumo Logic
 
Level 3 Certification: Setting up Sumo Logic - Oct 2018
Level 3 Certification: Setting up Sumo Logic - Oct  2018Level 3 Certification: Setting up Sumo Logic - Oct  2018
Level 3 Certification: Setting up Sumo Logic - Oct 2018Sumo Logic
 
Level 2 Certification: Using Sumo Logic - Oct 2018
Level 2 Certification: Using Sumo Logic - Oct 2018Level 2 Certification: Using Sumo Logic - Oct 2018
Level 2 Certification: Using Sumo Logic - Oct 2018Sumo Logic
 
Sumo Logic Certification - Level 2 (Using Sumo)
Sumo Logic Certification - Level 2 (Using Sumo)Sumo Logic Certification - Level 2 (Using Sumo)
Sumo Logic Certification - Level 2 (Using Sumo)Sumo Logic
 
Using Sumo Logic - Apr 2018
Using Sumo Logic - Apr 2018Using Sumo Logic - Apr 2018
Using Sumo Logic - Apr 2018Sumo Logic
 
Sumo Logic QuickStart Webinar - Get Certified
Sumo Logic QuickStart Webinar - Get CertifiedSumo Logic QuickStart Webinar - Get Certified
Sumo Logic QuickStart Webinar - Get CertifiedSumo Logic
 
You Build It, You Secure It: Introduction to DevSecOps
You Build It, You Secure It: Introduction to DevSecOpsYou Build It, You Secure It: Introduction to DevSecOps
You Build It, You Secure It: Introduction to DevSecOpsSumo Logic
 
Making the Shift from DevOps to Practical DevSecOps | Sumo Logic Webinar
Making the Shift from DevOps to Practical DevSecOps | Sumo Logic WebinarMaking the Shift from DevOps to Practical DevSecOps | Sumo Logic Webinar
Making the Shift from DevOps to Practical DevSecOps | Sumo Logic WebinarSumo Logic
 
Setting up Sumo Logic - June 2017
Setting up Sumo Logic - June 2017Setting up Sumo Logic - June 2017
Setting up Sumo Logic - June 2017Sumo Logic
 
Setting Up Sumo Logic - Apr 2017
Setting Up Sumo Logic - Apr 2017Setting Up Sumo Logic - Apr 2017
Setting Up Sumo Logic - Apr 2017Sumo Logic
 
Machine Analytics: Correlate Your Logs and Metrics
Machine Analytics: Correlate Your Logs and MetricsMachine Analytics: Correlate Your Logs and Metrics
Machine Analytics: Correlate Your Logs and MetricsSumo Logic
 
Scaling Your Tools for Your Modern Application
Scaling Your Tools for Your Modern ApplicationScaling Your Tools for Your Modern Application
Scaling Your Tools for Your Modern ApplicationSumo Logic
 
Sumo Logic Search Job API
Sumo Logic Search Job APISumo Logic Search Job API
Sumo Logic Search Job APISumo Logic
 
Bring your Graphite-compatible metrics into Sumo Logic
Bring your Graphite-compatible metrics into Sumo LogicBring your Graphite-compatible metrics into Sumo Logic
Bring your Graphite-compatible metrics into Sumo LogicSumo Logic
 
Sumo Logic: Optimizing Scheduled Searches
Sumo Logic: Optimizing Scheduled SearchesSumo Logic: Optimizing Scheduled Searches
Sumo Logic: Optimizing Scheduled SearchesSumo Logic
 

Plus de Sumo Logic (20)

Welcome Webinar PDF
Welcome Webinar PDFWelcome Webinar PDF
Welcome Webinar PDF
 
Sumo Logic Cert Jam - Security & Compliance
Sumo Logic Cert Jam - Security & ComplianceSumo Logic Cert Jam - Security & Compliance
Sumo Logic Cert Jam - Security & Compliance
 
Sumo Logic Cert Jam - Metrics Mastery
Sumo Logic Cert Jam - Metrics MasterySumo Logic Cert Jam - Metrics Mastery
Sumo Logic Cert Jam - Metrics Mastery
 
Sumo Logic Cert Jam - Fundamentals (Spanish)
Sumo Logic Cert Jam - Fundamentals (Spanish)Sumo Logic Cert Jam - Fundamentals (Spanish)
Sumo Logic Cert Jam - Fundamentals (Spanish)
 
Sumo Logic Cert Jam - Metrics Mastery
Sumo Logic Cert Jam - Metrics MasterySumo Logic Cert Jam - Metrics Mastery
Sumo Logic Cert Jam - Metrics Mastery
 
Security Certification: Security Analytics using Sumo Logic - Oct 2018
Security Certification: Security Analytics using Sumo Logic - Oct 2018Security Certification: Security Analytics using Sumo Logic - Oct 2018
Security Certification: Security Analytics using Sumo Logic - Oct 2018
 
Level 3 Certification: Setting up Sumo Logic - Oct 2018
Level 3 Certification: Setting up Sumo Logic - Oct  2018Level 3 Certification: Setting up Sumo Logic - Oct  2018
Level 3 Certification: Setting up Sumo Logic - Oct 2018
 
Level 2 Certification: Using Sumo Logic - Oct 2018
Level 2 Certification: Using Sumo Logic - Oct 2018Level 2 Certification: Using Sumo Logic - Oct 2018
Level 2 Certification: Using Sumo Logic - Oct 2018
 
Sumo Logic Certification - Level 2 (Using Sumo)
Sumo Logic Certification - Level 2 (Using Sumo)Sumo Logic Certification - Level 2 (Using Sumo)
Sumo Logic Certification - Level 2 (Using Sumo)
 
Using Sumo Logic - Apr 2018
Using Sumo Logic - Apr 2018Using Sumo Logic - Apr 2018
Using Sumo Logic - Apr 2018
 
Sumo Logic QuickStart Webinar - Get Certified
Sumo Logic QuickStart Webinar - Get CertifiedSumo Logic QuickStart Webinar - Get Certified
Sumo Logic QuickStart Webinar - Get Certified
 
You Build It, You Secure It: Introduction to DevSecOps
You Build It, You Secure It: Introduction to DevSecOpsYou Build It, You Secure It: Introduction to DevSecOps
You Build It, You Secure It: Introduction to DevSecOps
 
Making the Shift from DevOps to Practical DevSecOps | Sumo Logic Webinar
Making the Shift from DevOps to Practical DevSecOps | Sumo Logic WebinarMaking the Shift from DevOps to Practical DevSecOps | Sumo Logic Webinar
Making the Shift from DevOps to Practical DevSecOps | Sumo Logic Webinar
 
Setting up Sumo Logic - June 2017
Setting up Sumo Logic - June 2017Setting up Sumo Logic - June 2017
Setting up Sumo Logic - June 2017
 
Setting Up Sumo Logic - Apr 2017
Setting Up Sumo Logic - Apr 2017Setting Up Sumo Logic - Apr 2017
Setting Up Sumo Logic - Apr 2017
 
Machine Analytics: Correlate Your Logs and Metrics
Machine Analytics: Correlate Your Logs and MetricsMachine Analytics: Correlate Your Logs and Metrics
Machine Analytics: Correlate Your Logs and Metrics
 
Scaling Your Tools for Your Modern Application
Scaling Your Tools for Your Modern ApplicationScaling Your Tools for Your Modern Application
Scaling Your Tools for Your Modern Application
 
Sumo Logic Search Job API
Sumo Logic Search Job APISumo Logic Search Job API
Sumo Logic Search Job API
 
Bring your Graphite-compatible metrics into Sumo Logic
Bring your Graphite-compatible metrics into Sumo LogicBring your Graphite-compatible metrics into Sumo Logic
Bring your Graphite-compatible metrics into Sumo Logic
 
Sumo Logic: Optimizing Scheduled Searches
Sumo Logic: Optimizing Scheduled SearchesSumo Logic: Optimizing Scheduled Searches
Sumo Logic: Optimizing Scheduled Searches
 

Dernier

Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 

Dernier (20)

Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 

Sumo Logic Cert Jam - Advanced Metrics with Kubernetes

  • 1. Kubernetes on Sumo Logic K8s User Certification Welcome! You’re currently on mute, but you can say “Hi” in chat! We’ll get started soon.
  • 2. Sumo Logic Confidential Become a Sumo Logic Kubernetes expert 1. Discover Kubernetes data and metadata in Sumo Logic 2. Explore your Kubernetes clusters with enriched metadata 3. Install apps, partner apps, and pre-built dashboards 4. Create your own custom dashboards from scratch 5. Monitor and troubleshoot with alerts and the Explore tab 6. Get certified with the Kubernetes on Sumo Logic exam
  • 3. Sumo Logic confidential Course Agenda Review Sumo Logic data pipeline and metadata Explain Kubernetes data collection and enrichment Hands-on labs: Search with metadata Sumo Logic apps available for Kubernetes 5 min. 5 min. 10 min. 10 min. Explore tab and pre-built dashboards10 min. Break time!5 min. Review Kubernetes basic concepts5 min.
  • 4. Sumo Logic confidential Install apps and explore pre-built dashboards
  • 5. Sumo Logic confidential Create and customize your own dashboard
  • 6. Sumo Logic confidential Investigate and troubleshoot a crashed pod
  • 7. Sumo Logic confidential Create your own custom alerts
  • 8. Sumo Logic confidential Welcome to TravelLogic Inc!
  • 10. Sumo Logic confidential Monolithic Architecture Microservices Architecture
  • 11. Sumo Logic confidential What is Kubernetes? • Container orchestration system • Open source and CNCF certified • Guides and controls your containers, just like a ship’s helmsman • “K8s” replaces the eight letters in “ubernete” to abbreviate Kubernetes
  • 12. Sumo Logic confidential Inside a Kubernetes Cluster Containers are nested inside pods, which are inside nodes, which are inside clusters. Abstract partitions like services, deployments, and namespaces also organize your cluster.
  • 13. Sumo Logic confidential Cluster A cluster is a group of machines that distribute work, providing efficiency and fault tolerance.
  • 14. Sumo Logic confidential Nodes A node is a single machine inside a cluster. It can be a physical or virtual machine. Each cluster has one master node. The master node assigns work to worker nodes. Worker nodes run software, crunch numbers, store data, and do all the work.
  • 15. Sumo Logic confidential Pods Pods are the smallest unit that Kubernetes can orchestrate.
  • 16. Sumo Logic confidential Containers Containers are a package of code, data, and all their dependencies. They each run a single microservice.
  • 18. Sumo Logic confidential Sumo Logic Data Pipeline 3 Visualize and monitor 2 Search and analyze 1 Data collection 4 Share the results
  • 24. Sumo Logic Confidential What is metadata? • Data: Information stored by your app • Metadata: Data about your data • Searchable by fields, source categories, key-value pairs, etc. • Good metadata design will save you time and money
  • 27. Sumo Logic Confidential Metadata enrichment • Prometheus provides autodiscovery that tags pods and nodes • Sumo Logic’s metadata enrichment tags services and deployments • Custom key-value pairs (fields) provide details on your cluster
  • 28. Hands-on labs: Log in to training environment Identify metadata Search with metadata
  • 29. Sumo Logic Confidential Access the lab guides 1. Go to: service.sumologic.com 2. Log in using your Sumo Logic credentials. 3. Click Certification > Get Certified. 4. Go to Kubernetes > Cert Jam Lab Guide and enroll.
  • 30. Sumo Logic Confidential Lab 1: Identify metadata 1. Navigate to the the Sumo Logic UI. 2. Start a new Log Search. 3. Search for the *kube* metadata. 4. Click Manage Data > Collection for an alternate view of source category metadata.
  • 31. Sumo Logic Confidential Lab 2: Search with metadata 1. Navigate to the the Sumo Logic UI. 2. Start a new Log Search. 3. Search for the sumologic namespace.
  • 32. Sumo Logic apps for Kubernetes
  • 33. Sumo Logic Confidential Your TravelLogic app Your Kubernetes cluster Sumo Logic’s Kubernetes app
  • 34. Sumo Logic Confidential Sumo Logic Kubernetes app • Manage and monitor multiple clusters • Centralized metadata enrichment • Visibility into the worker nodes of a K8s cluster • Namespace, deployment, and service views • Dynamic, live pre-built dashboards • CNCF standards and out-of-the-box security features
  • 35. Sumo Logic Confidential Control Plane apps • Work alongside the Kubernetes app • Visibility into master nodes • Open source or managed service
  • 36. Sumo Logic Confidential DevOps and CI/CD apps Istio ● CircleCI. Monitor and secure the DevOps pipeline to increase delivery velocity. ● Istio. CI/CD partner app, including securing, connecting, and monitoring microservices. ● Spinnaker. Infrastructure management platform for hybrid-cloud, multi-cloud, and Kubernetes.
  • 37. Sumo Logic Confidential Security apps ● Alcide kAudit. Enhanced visibility into audit logs. ● Stackrox. Detect vulnerabilities, compliance violations, and runtime threats. ● Twistlock. Monitor and analyze hosts, containers, images, and registry. ● Aqua Security. Provides security and compliance for cloud-native applications. ● JFrog Xray. Investigate vulnerabilities across deployment environments.
  • 38. Sumo Logic Confidential Hundreds of apps ● 200+ Apps available ● Dozens of K8s apps ● Installed apps appear in your personal folder ● Only install each app once per account
  • 39. The Explore Tab and pre- built dashboards
  • 40. Sumo Logic Confidential Pre-configured dashboards • Cluster Explorer • Cluster Overview • Container Logs • Containers • Daemonsets and StatefulSets • Development overview • DPM • DPM - Timeseries • Health Check • Hygiene Check • Namespace Overview • Nodes • Pods • Security Overview • Security Rules Triggered • Service Overview
  • 41. Sumo Logic Confidential Cluster Explorer dashboard • Overview of memory and CPU usage per node and pod • Each cell of the honeycomb charts represent a node or pod • Color dynamically displays resource utilization relative to other nodes and pods
  • 42. Sumo Logic Confidential Nodes dashboard • Health and performance metrics for all nodes • Compare long-term averages and trends
  • 43. Sumo Logic Confidential Security Overview dashboard • High-level details about alerts, events, and errors • Configure rules with Falco • See which rules, nodes, pods, or apps triggered your alerts
  • 44. Sumo Logic Confidential The Explore Tab • Different views to monitor your cluster from different perspectives. • Node View. Visualize cluster hierarchy. • Deployment View. Organize data by deployment to monitor performance. • Service View. Organize pods and nodes used by each service. • Namespace View. Track environments across teams or projects by namespace.
  • 45. Sumo Logic Confidential Node View • Visualize cluster hierarchy • Explore infrastructure topology in public cloud, private cloud, or bare metal
  • 46. Sumo Logic Confidential Deployment View • Displays the deployments used by each namespace • Shows which pods and containers run inside each deployment • Monitor deployment performance and manage necessary changes
  • 47. Sumo Logic Confidential Service View • Displays services running in each namespace • Monitor and improve UX
  • 48. Sumo Logic Confidential Namespace View • Organize your cluster into namespaces • Useful for large clusters divided into teams or products
  • 50. Sumo Logic confidential Course Agenda (cont.) Classic Dashboards and Dashboards (New) Hands-on lab: Create a Dashboard (New) Monitoring and troubleshooting Demo: Troubleshoot a pod 5 min. 15 min. 5 min. 10 min. Hands-on lab: Create an alert10 min. Q&A and get certified as a Kubernetes on Sumo Logic user60 min. Hands-on labs: Install apps; pre-built dashboards; Explore15 min.
  • 51. Hands-on labs: Install the Kubernetes app View pre-built dashboards Navigate with Explore
  • 52. Sumo Logic Confidential Lab 3: Install the Kubernetes app 1. Check the Personal folder for the Kubernetes app. 2. Click App Catalog in the left nav. 3. Search for “Kubernetes.” 4. Install the Kubernetes app if it hasn’t already been installed.
  • 53. Sumo Logic Confidential Lab 4: View pre-built dashboards 1. Open the Kubernetes folder under your personal folder. 2. Click the Kubernetes - Cluster Overview dashboard. 3. Use this dashboard to answer the questions in your lab guide.
  • 54. Sumo Logic Confidential Lab 5: Navigate Kubernetes with Explore 1. Click +New > Explore to open an Explore tab. 2. Select the Kubernetes - Node View. 3. Drill down to find the nodes inside your cluster, the pods inside your nodes, and the containers inside your pods.
  • 56. Sumo Logic Confidential • Basic charts, like time series and categorical • Few color and font choices • Panels created from search and metrics tabs • Limited filters and queries • Still supported • New charts, like Honeycomb • Full control over look and feel with JSON • Build panels directly in the dashboard • Advanced filtering and metrics query building Classic Dashboard Dashboard (New)
  • 57. Sumo Logic Confidential Single values and text boxes • Simplest panel types • Single values can highlight key metrics • Text boxes can provide explanation, like data sources or how to interpret data
  • 58. Sumo Logic Confidential Categorical charts • Compare data across categories • Pie charts to compare percentage of errors by error type • Works best with counts or other categories
  • 59. Sumo Logic Confidential Time series charts • Compare data over time, like errors per minute or amount of resources used per hour • Data must be timesliced
  • 60. Sumo Logic Confidential Honeycombs and maps • Map charts are great for geolocation data • Honeycombs are great for comparing relative data • Both display hotspots: physically or virtually
  • 61. Hands-on labs: Create a Dashboard (New)
  • 62. Sumo Logic Confidential Lab 6: Create and share a Dashboard (New) 1. Create a four panel dashboard. The labs guide you through creating a text panel, single value, time series, and categorical chart. 2. Customize your dashboard. Try using your favorite colors or your company’s brand colors. 3. Save and share your dashboard.
  • 64. Sumo Logic Confidential Troubleshooting and monitoring • Does every alert or warning need your immediate attention? • How can you find more information about an issue? • How can you resolve the issue?
  • 65. Sumo Logic Confidential Basic cluster checks • How many worker nodes are unhealthy? • What disk, CPU, and memory resources are being used up? • Have any pods crashed? • Is my autoscaler scaling out as expected? • Are my requests getting routed as I expected?
  • 66. Sumo Logic Confidential Common alerts ● Crash loop. Replication service keeps restarting pods. ● Nodes not ready. Insufficient resources allocated to a node. ● Memory limits exceeded. Container requests too much memory and may be destroyed and restarted.
  • 67. Sumo Logic Confidential Ask for help 1. Get your company info. Your company’s account information and the your Sumo Logic account rep’s contact. 2. Get your cluster info. Details like cluster name, YAML files, version numbers, and how you collect data into Sumo Logic. 3. Describe the problem. Document and gather things like log files, error codes, and a description of the problem. 4. Submit a ticket. Go to https://support.sumologic.com/
  • 70. Sumo Logic Confidential Lab 8: Create an alert 1. Click Manage Data > Alerts to create a new metrics query. 2. Write your query and click the Alerts icon (bell). 3. Set up rules for when your alert is triggered, who gets notifications, and how those notifications are delivered.
  • 73. Sumo Logic Confidential Assessment Description • 20+ questions • 60 minutes to take it • Need a 70% to pass • Open Resource (slides, labs, and documentation)
  • 74. Sumo Logic Confidential Certification Assessment: 1. Click > Certification 2. Click Get Certified 3. Click <course category> 4. Click <course name> 5. Click 6. Under Read Me First, click Before you start 7. Click 8. Click In order to get credit for the exam, go to your own Sumo account and login (your company account, not the training account)
  • 75. Sumo Logic Confidential Sumo Logic Confidential If you find your login is cycling back to the exam screen, do the following: ● In the black left bar, click Help ● Click Community ● An email verification should be sent to your inbox ● Once you verify, you should able to take the exam without any issues
  • 76. Sumo Logic Confidential In order to get credit for the assessment 1. After each section, click Next or Submit 2. When you get to the last section, click Go to results 3. When you passed the class, you’ll get a congratulations message. Then click Submit results. 4. After your feedback, you can click Close course Follow these steps:
  • 77. For passing the exam, you will earn: ● A Certificate ● An invitation to our LinkedIn Group ● The respect of your peers ● Fame, Fortune and more... Jessica Robbens
  • 78. We'd love to hear from YOU! Gartner Peer Insights is an anonymized, peer-to-peer collection of enterprise product and service evaluations from customers. If you like Sumo Logic share your experience with your peers! Click on the QR code to start your review. Like Sumo Logic? Write a Gartner Peer Insights Review! Start your review today (it should only take 10-15 minutes) The GARTNER PEER INSIGHTS Logo is a trademark and service mark of Gartner, Inc. and/or its affiliates and is used herein with permission. All rights reserved. Gartner Peer Insights reviews constitute the subjective opinions of individual end users based on their own experiences and do not represent the views of Gartner or its affiliates.