SlideShare una empresa de Scribd logo
1 de 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

Más contenido relacionado

La actualidad más candente

Graph Features in Spark 3.0: Integrating Graph Querying and Algorithms in Spa...
Graph Features in Spark 3.0: Integrating Graph Querying and Algorithms in Spa...Graph Features in Spark 3.0: Integrating Graph Querying and Algorithms in Spa...
Graph Features in Spark 3.0: Integrating Graph Querying and Algorithms in Spa...Databricks
 
Splunk 101
Splunk 101Splunk 101
Splunk 101Splunk
 
OSINT for Proactive Defense - RootConf 2019
OSINT for Proactive Defense - RootConf 2019OSINT for Proactive Defense - RootConf 2019
OSINT for Proactive Defense - RootConf 2019RedHunt Labs
 
Cyber Security and Data Science
Cyber Security and Data Science Cyber Security and Data Science
Cyber Security and Data Science Ania Wieczorek
 
Amazon EMR Deep Dive & Best Practices
Amazon EMR Deep Dive & Best PracticesAmazon EMR Deep Dive & Best Practices
Amazon EMR Deep Dive & Best PracticesAmazon Web Services
 
Log management principle and usage
Log management principle and usageLog management principle and usage
Log management principle and usageBikrant Gautam
 
Threat Hunting with Splunk
Threat Hunting with SplunkThreat Hunting with Splunk
Threat Hunting with SplunkSplunk
 
Design Guidelines for Data Mesh and Decentralized Data Organizations
Design Guidelines for Data Mesh and Decentralized Data OrganizationsDesign Guidelines for Data Mesh and Decentralized Data Organizations
Design Guidelines for Data Mesh and Decentralized Data OrganizationsDenodo
 
Getting Started with Splunk (Hands-On)
Getting Started with Splunk (Hands-On) Getting Started with Splunk (Hands-On)
Getting Started with Splunk (Hands-On) Splunk
 
Radius vs. Tacacs+
Radius vs. Tacacs+Radius vs. Tacacs+
Radius vs. Tacacs+Netwax Lab
 
Welcome Webinar Slides
Welcome Webinar SlidesWelcome Webinar Slides
Welcome Webinar SlidesSumo Logic
 
Understanding the Event Log
Understanding the Event LogUnderstanding the Event Log
Understanding the Event Logchuckbt
 
Data Observability Best Pracices
Data Observability Best PracicesData Observability Best Pracices
Data Observability Best PracicesAndy Petrella
 
Memory Forensics for IR - Leveraging Volatility to Hunt Advanced Actors
Memory Forensics for IR - Leveraging Volatility to Hunt Advanced ActorsMemory Forensics for IR - Leveraging Volatility to Hunt Advanced Actors
Memory Forensics for IR - Leveraging Volatility to Hunt Advanced ActorsJared Greenhill
 
How to Implement Snowflake Security Best Practices with Panther
How to Implement Snowflake Security Best Practices with PantherHow to Implement Snowflake Security Best Practices with Panther
How to Implement Snowflake Security Best Practices with PantherPanther Labs
 
An introduction to Elasticsearch's advanced relevance ranking toolbox
An introduction to Elasticsearch's advanced relevance ranking toolboxAn introduction to Elasticsearch's advanced relevance ranking toolbox
An introduction to Elasticsearch's advanced relevance ranking toolboxElasticsearch
 
How to build a data lake with aws glue data catalog (ABD213-R) re:Invent 2017
How to build a data lake with aws glue data catalog (ABD213-R)  re:Invent 2017How to build a data lake with aws glue data catalog (ABD213-R)  re:Invent 2017
How to build a data lake with aws glue data catalog (ABD213-R) re:Invent 2017Amazon Web Services
 
Getting started with Splunk
Getting started with SplunkGetting started with Splunk
Getting started with SplunkSplunk
 
aclpwn - Active Directory ACL exploitation with BloodHound
aclpwn - Active Directory ACL exploitation with BloodHoundaclpwn - Active Directory ACL exploitation with BloodHound
aclpwn - Active Directory ACL exploitation with BloodHoundDirkjanMollema
 

La actualidad más candente (20)

Graph Features in Spark 3.0: Integrating Graph Querying and Algorithms in Spa...
Graph Features in Spark 3.0: Integrating Graph Querying and Algorithms in Spa...Graph Features in Spark 3.0: Integrating Graph Querying and Algorithms in Spa...
Graph Features in Spark 3.0: Integrating Graph Querying and Algorithms in Spa...
 
Splunk 101
Splunk 101Splunk 101
Splunk 101
 
OSINT for Proactive Defense - RootConf 2019
OSINT for Proactive Defense - RootConf 2019OSINT for Proactive Defense - RootConf 2019
OSINT for Proactive Defense - RootConf 2019
 
Cyber Security and Data Science
Cyber Security and Data Science Cyber Security and Data Science
Cyber Security and Data Science
 
Amazon EMR Deep Dive & Best Practices
Amazon EMR Deep Dive & Best PracticesAmazon EMR Deep Dive & Best Practices
Amazon EMR Deep Dive & Best Practices
 
Log management principle and usage
Log management principle and usageLog management principle and usage
Log management principle and usage
 
Threat Hunting with Splunk
Threat Hunting with SplunkThreat Hunting with Splunk
Threat Hunting with Splunk
 
Design Guidelines for Data Mesh and Decentralized Data Organizations
Design Guidelines for Data Mesh and Decentralized Data OrganizationsDesign Guidelines for Data Mesh and Decentralized Data Organizations
Design Guidelines for Data Mesh and Decentralized Data Organizations
 
Log analysis with elastic stack
Log analysis with elastic stackLog analysis with elastic stack
Log analysis with elastic stack
 
Getting Started with Splunk (Hands-On)
Getting Started with Splunk (Hands-On) Getting Started with Splunk (Hands-On)
Getting Started with Splunk (Hands-On)
 
Radius vs. Tacacs+
Radius vs. Tacacs+Radius vs. Tacacs+
Radius vs. Tacacs+
 
Welcome Webinar Slides
Welcome Webinar SlidesWelcome Webinar Slides
Welcome Webinar Slides
 
Understanding the Event Log
Understanding the Event LogUnderstanding the Event Log
Understanding the Event Log
 
Data Observability Best Pracices
Data Observability Best PracicesData Observability Best Pracices
Data Observability Best Pracices
 
Memory Forensics for IR - Leveraging Volatility to Hunt Advanced Actors
Memory Forensics for IR - Leveraging Volatility to Hunt Advanced ActorsMemory Forensics for IR - Leveraging Volatility to Hunt Advanced Actors
Memory Forensics for IR - Leveraging Volatility to Hunt Advanced Actors
 
How to Implement Snowflake Security Best Practices with Panther
How to Implement Snowflake Security Best Practices with PantherHow to Implement Snowflake Security Best Practices with Panther
How to Implement Snowflake Security Best Practices with Panther
 
An introduction to Elasticsearch's advanced relevance ranking toolbox
An introduction to Elasticsearch's advanced relevance ranking toolboxAn introduction to Elasticsearch's advanced relevance ranking toolbox
An introduction to Elasticsearch's advanced relevance ranking toolbox
 
How to build a data lake with aws glue data catalog (ABD213-R) re:Invent 2017
How to build a data lake with aws glue data catalog (ABD213-R)  re:Invent 2017How to build a data lake with aws glue data catalog (ABD213-R)  re:Invent 2017
How to build a data lake with aws glue data catalog (ABD213-R) re:Invent 2017
 
Getting started with Splunk
Getting started with SplunkGetting started with Splunk
Getting started with Splunk
 
aclpwn - Active Directory ACL exploitation with BloodHound
aclpwn - Active Directory ACL exploitation with BloodHoundaclpwn - Active Directory ACL exploitation with BloodHound
aclpwn - Active Directory ACL exploitation with BloodHound
 

Similar a 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.
 

Similar a 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
 

Más 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
 
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
 

Más de Sumo Logic (19)

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

Último

Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
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
 
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
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
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
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
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
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 

Último (20)

Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
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...
 
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
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
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
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
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
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 

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.