Services
Jason Perrin
Live Q&A: on Piazza
Who am I?
Currently a Site Reliability Engineer (SRE) at Yelp
Previous OCF staff and HKN member
What’s a service?
What’s special about services?
What services are running?
$ systemd | grep service
[...]
cron.service loaded active running Regular background program processing daemon
[...]
networking.service loaded active exited Raise network interfaces
[...]
ssh.service loaded active running OpenBSD Secure Shell server
[...]
What (networked) services are running?
(This is running on a VM with an IRC server, and as you can see, there are a lot of other services running with network connectivity)
(some) popular service examples
DNS: Domain Name System
SSH: Secure Shell
LDAP: Lightweight Directory Access Protocol
NFS: Network File System
Databases
Web Servers
(if you look up Apache, you’ll find lots of these feathers from various years/designs)
NTP
Syslog
Mail Servers
Load balancers
Sign in!