patterndockerMinor
Is there one website that contains all relevant DevOps news and gets updated on a daily basis?
Viewed 0 times
websitenewsbasisallonerelevantcontainsthatupdatedand
Problem
I am looking for some DevOps news channel like https://nos.nl/teletekst#101 that shows the headlines of the Dutch news. I am aware of https://tweakers.net/ and github.com, but this does not contain all interesting news on one page.
Basically, I would like to receive updates regarding security, features, bugs about several products, e.g. k8s, docker, docker-compose, ubuntu, cloud, AWS, GCP, Azure, centos.
Basically, I would like to receive updates regarding security, features, bugs about several products, e.g. k8s, docker, docker-compose, ubuntu, cloud, AWS, GCP, Azure, centos.
Solution
There is a protocol for this: RSS, Rich Site Summary. Technically, there are 3 protocols RSS, RSS2 and Atom, but most readers support all of them, and many servers mix RSS and RSS2 features.
First, choose your RSS reader, from:
Second, choose the sources you care about and subscribe to them - you're the curator and most news websites publish RSS feeds. Many don't even know about it, as CMSs like Wordpress sometimes publish an RSS feed by default. I wouldn't be surprised if it had something to do with SEO... Soon, you'll have an OPML list of your favourites.
From your question:
And a few personal recommendations:
Many readers will have an option to search for a feeds on a website, which simplifies the search.
First, choose your RSS reader, from:
- browser add-ons like Feedbro,
- centralized aggregators like Feedly and FeedReader,
- stand-alone applications like RSSOwl
- mail clients like Thunderbird.
Second, choose the sources you care about and subscribe to them - you're the curator and most news websites publish RSS feeds. Many don't even know about it, as CMSs like Wordpress sometimes publish an RSS feed by default. I wouldn't be surprised if it had something to do with SEO... Soon, you'll have an OPML list of your favourites.
From your question:
- https://kubernetes.io/feed.xml
- https://www.docker.com/blog/feed/
- https://ubuntu.com/blog/feed
- https://aws.amazon.com/blogs/devops/feed/
- https://devblogs.microsoft.com/devops/feed/
- https://cloudblog.withgoogle.com/products/devops-sre/rss
- https://blog.centos.org/feed/
- https://github.blog/feed/
And a few personal recommendations:
- https://www.theregister.co.uk/devops/headlines.atom
- http://feeds.arstechnica.com/arstechnica/security
- https://stackoverflow.blog//feed
- https://xkcd.com/rss.xml
- https://www.theregister.co.uk/data_centre/bofh/headlines.atom
Many readers will have an option to search for a feeds on a website, which simplifies the search.
Context
StackExchange DevOps Q#9996, answer score: 6
Revisions (0)
No revisions yet.