Skip to content

Road Bikes

Meet other local people interested in Road Bikes: share experiences, inspire and encourage each other! Join a Road Bikes group.
pin icon
1,748
members
people1 icon
1
groups

Largest Road Bikes groups

Frequently Asked Questions

Yes! Check out road bikes events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.

Discover all the road bikes events taking place this week here. Plan ahead and join exciting meetups throughout the week.

Absolutely! Find road bikes events near your location here. Connect with your local community and discover events within your area.

Road Bikes Events Today

Join in-person Road Bikes events happening right now

Interval Training: The King
Interval Training: The King
Uetliberg After Work Hike
Uetliberg After Work Hike
CityRunning Nord
CityRunning Nord
Start um 19.00 Uhr ab Marktplatz Zürich Oerlikon Dauer: 60 Minuten Lauftempo: 6 min/km (10 km/h) Start 7pm at Marktplatz Zürich Oerlikon Duration: 60 minutes Pace: approx. 6 min/km (9:39 min/mile)
Indoor Bouldering for all levels - Minimum Flüela
Indoor Bouldering for all levels - Minimum Flüela
Some outdoor activities can also be practiced indoors, and this is why we love to go indoor bouldering whenever we can! Indoor bouldering is a perfect place to start or improve your level safely and with almost no pre-requirements (except for the shoes and maybe some chalk). Whether it’s your first time or you are a bouldering veteran, tag along to have some fun together, meet new people and maybe learn something new. We are no instructors but we’re happy to introduce you to this activity and to share our knowledge with you 🙂 We meet at Minimum Flüela at 6:30 pm, in the restaurant area. The entry fee for bouldering is CHF 24 and shoe rental is an additional CHF 6. Looking forward to seeing you!
B.I.T.CH H3 - The Dark Side of Urdorf
B.I.T.CH H3 - The Dark Side of Urdorf
Start, bag drop and on-after at our favourite Urdorf hang-out, 5 min from Urdorf SBB station.
Cloud Native Computing Meetup | March 2026 - Afternoon edition
Cloud Native Computing Meetup | March 2026 - Afternoon edition
Let's meet at the CNC meetup on Tuesday, March 10th, 2026, at 15:00 CET. **Location:** VSHN Tower, 8th floor, Neugasse 6, 8005 Zürich **Agenda:** Would you like to speak at this event? Contact us at [https://cnc-meetup.ch](https://cnc-meetup.ch)! Guidelines: * All sessions are held in English. * No product or sales pitches are allowed. * All projects showcased should be open source. * We cannot cover travel costs, but we welcome speakers from other regions. * We're seeking more diversity among our speakers: underrepresented groups are welcome! 14:30 – Door Opening 15:00 – Welcome, Intro, & Announcements 15:05 – TLS Hot Reload, Janne Kataja (SIX) 15:30 – 5 minutes pause 15:35 – Cloud-Native Application Definition and Delivery with OAM and KubeVela, Raffael Klingler (AXA) 16:00 – 5 minutes pause 16:05 – From Problem to Production: DevOps for AI with Kubeflow, Fabrizio Lazzaretti (Wavestone) and Marco Crisafulli (enki) 16:30 – 5 minutes pause 16:35 – Bye-bye Ingress-NGINX, hello Gateway API, Urs Zurbuchen (Airlock) 17:00 – Final words, networking & apéro TLS Hot Reload, Janne Kataja (SIX) Learn how to minimize disruptions caused by TLS certificate rotations by enabling hot reloading in your application. In Kubernetes, TLS certificates are typically stored in Secrets and mounted into pods. When a Secret is updated, for example, due to certificate rotation by cert-manager, Kubernetes updates the projected secret volume. Hot reload mechanisms detect these file changes and reload TLS certificates without restarting the pod. This enables live certificate rotation, maximizes availability, and reduces operational risk associated with restarts. The approach makes shorter-lived TLS certificates operationally viable. Janne is a Cloud Platform Engineer at the SIX Group, where he builds cloud platforms and services for the financial community. Originally from Finland, he now lives in Baar, Zug. Opinions are his own. Cloud-Native Application Definition and Delivery with OAM and KubeVela, Raffael Klingler (AXA) What if developers could focus on their applications instead of the platform beneath them? The Open Application Model (OAM) makes this possible by shifting the focus from containers and orchestrators to applications themselves. Instead of wrangling low-level Kubernetes manifests, developers define applications using modular, reusable building blocks. KubeVela brings this model to life, rendering abstract definitions into deployable resources. In this session, we'll explore how OAM enables application-centric definitions and see KubeVela in action. You'll see an application evolve from a simple definition to a sophisticated setup with cloud-managed services and GitOps integration. Raffael Klingler is a Platform Engineer at AXA Switzerland, where he helps development teams ship software faster and more reliably. He recently completed his Master's thesis on Internal Developer Platforms, diving deep into OAM, KubeVela, and the challenge of making application delivery less painful. When not wrangling Kubernetes manifests, he's probably thinking about how to make developers' lives easier. From Problem to Production: DevOps for AI with Kubeflow, Fabrizio Lazzaretti (Wavestone) and Marco Crisafulli (enki) Despite massive investments in AI, most enterprise AI initiatives fail to reach production — not because of model quality, but because of fragmentation among data science, platform engineering, and business teams. MLOps addresses this challenge by applying DevOps principles to machine learning, and Kubeflow has emerged as a de facto open platform for operationalizing these practices in cloud-native environments. In this talk, we explore how Kubeflow enables collaboration, automation, and repeatability across the entire ML lifecycle, from requirements gathering and experimentation to deployment and continuous improvement. Using a real end-to-end example, we’ll demonstrate how Kubeflow Pipelines, training workflows, and integration with the CNCF ecosystem help teams move beyond ad-hoc experimentation toward production-grade AI systems. Attendees will see how a vendor-neutral Kubeflow-based MLOps architecture supports multi-cloud deployments, enforces operational best practices, and creates continuous feedback loops between stakeholders. Whether you are introducing MLOps for the first time or refining an existing platform, this session provides practical insights into using Kubeflow to turn AI from a research activity into a sustainable business capability. Fabrizio Lazzaretti is a Managing Consultant at Wavestone and CNCF Ambassador who bridges cutting-edge cloud-native technologies with enterprise architecture. As maintainer of the CloudEvents Rust SDK and co-author of "Crafting Great APIs with Domain-Driven Design," he brings deep expertise in event-driven architecture and microservices to complex challenges. With over 10 years of experience in software architecture, development, and DevOps, he currently drives architectural transformation and AI initiatives across sectors, connecting business and IT through collaborative API design. Marco Crisafulli is the co-founder of enki, a Swiss machine learning company focused on training, consulting, and implementing practical ML use cases for Swiss enterprises. With a strong background in enterprise software and cloud-native infrastructure, he specializes in MLOps, Kubernetes, and production-grade ML platforms, and has deep hands-on experience with Kubeflow. He works closely with organizations to bridge the gap between experimentation and reliable ML systems in production, helping teams operationalize ML at scale. Bye-bye Ingress-NGINX, hello Gateway API The Kubernetes ecosystem is undergoing a major transformation as the legacy Ingress model, long dominated by the NGINX Ingress Controller, reaches its limits and faces discontinuation. This talk explores why the Kubernetes Gateway API is emerging as the new standard for security and architecture. We'll dive into the shortcomings of traditional Ingress (including "annotation hell" and recent security vulnerabilities) and highlight the architectural and operational advantages of Gateway API. Finally, we will present a few options on how you can move forward and implement a new solution. Urs Zurbuchen is a Senior Security Consultant at Airlock. As an engineer and consultant for the design and implementation of IT security solutions, he is familiar with the requirements for secure digitalisation processes. Urs has more than 20 years of experience in designing and integrating web application security solutions (web application firewall, authentication, single sign-on, access control) as well as in designing and implementing identity & access management projects (user management, authorisation management, processes, provisioning). Mr Zurbuchen can advise on the conception of non-technical topics such as organisation, guidelines, compliance requirements and regulations, as well as on the implementation of application and system architecture audits. The event will be recorded and made available on VSHN's YouTube channel: [https://vshn.tv](https://vshn.tv). Subscribe to stay notified of updates. We expect all participants to abide by VSHN's Conference Code of Conduct: [https://www.vshn.ch/en/code-of-conduct/](https://www.vshn.ch/en/code-of-conduct/) If you would like to share your cloud-native projects at the CNC Switzerland meetup events or sponsor future events, just send us your talk suggestion here: https://cnc-meetup.ch. We look forward to hearing from you!
Boulder Together! 🧗‍♀️
Boulder Together! 🧗‍♀️
Bouldering is like a whole body puzzle! And if you never tried we would be happy to have you join us! And the best part is...it's fun and challenging at every level. It is Rock climbing without the ropes, but with lower heights and nice \*soft mats\* to break your fall. :) At Boulderlounge Schlieren we have many routes and skilled staff. We are usually a group of 10-15. And we usually meet at 19:00 at the entrance of Boulderlouge. Some come earlier and some later, but either way write in the chat (see below) and someone will be there to find you and welcome you! Be looking for Ana or Marco. Entrance Price: 23 CHF Shoe rental: 7chf (in case you do not have) At the end of the session we sometimes have a drink and hangout with the group. The gym has food, snacks and drinks. -> Write us a message if you want to be added in the whatsapp group where we coordinate also for other sessions! We hope to see you there! PS: Are you visiting Boulderlounge for the first time? Then please register before the meetup: [https://216.webclimber.de/register ](https://216.webclimber.de/register)

Road Bikes Events This Week

Discover what is happening in the next few days

Pizza Gravel Zurich
Pizza Gravel Zurich
https://www.komoot.com/de-de/collection/2875816/-pizza-gravel-zurich Pizza Gravel Zurich plans social rides on mixed surface around Zurich. Enjoy a nice ride and pizza afterwards. Please check the Komoot Pizza Gravel Zuruch collection for the upcoming tour.
Wagitalersee hike
Wagitalersee hike
Hi everyone, Let’s go to Wagitalersee. The hike starts at the lake, up to the cross/viewing point and down the mountain. I don't expect any snow but there might be some patches left in the shadows. We will have a picnic lunch at the top. Length: 13 km Elevation difference: 600 m Difficulty level: T2 **Minimum of 5 participants with confirmed donation; max. 15** Mandatory donation of 10 CHF to your favourite charity. To secure your spot or move from the waiting list to the going list, please send me a confirmation of your donation to [[laurameetup@yahoo.com](mailto:laurameetup@yahoo.com)]([mailto:laurameetup@yahoo.com](http://mailto:laurameetup@yahoo.com/)) Alternatively, you can donate here: [Zurich Weekends and Hiking | Schweizerisches Rotes Kreuz](https://actnow.redcross.ch/en-GB/project/zurich-weekends-and-hiking?tab=overview) Check out our Facebook page: [https://www.facebook.com/share/15HuDGWwiM/?mibextid=wwXIfr](https://www.facebook.com/share/15HuDGWwiM/?mibextid=wwXIfr) Cancelled in case of bad weather. **What to bring:** sunglasses, sun cream, hiking sticks optional, waterproof shoes. Best regards, Laura
Friday Badminton for higher intermediate/advanced level
Friday Badminton for higher intermediate/advanced level
We are currently playing in a regular group of 12 players at higher intermediate/advanced level. Your registrations here will first be on the waiting list and when confirmed, payment is to be made by twint to secure your spot for participation. There is a charge of Chf 22 per person. That is inclusive of feather shuttles. Place of event - Schumacher Sport Center, Am Stadtrand 46, Dübendorf. Court no. 10, 11 & 12
ZH3 Hash # 1712: Lion’s Hash, Epic Furry (Social Running/Walking/Drinking)
ZH3 Hash # 1712: Lion’s Hash, Epic Furry (Social Running/Walking/Drinking)
Hare (someone to set the route) is Granny Muff. Come join us! Car bag drop A to B - your bag will be at B along with some of the best Pizza in town, not far from A. **Where**: See location. ‘Hard’bridge station - car park of Restaurant Rosso. Look for English speakers wearing running gear. **When:** We'll meet at 6:50 pm to start at 7:00 pm. There's a charge of CHF 5 for participating, which covers all you can drink beer/cider (and non-alcoholic alternatives) plus snacks afterwards. **All Welcome:** If you are new, curious, and want to get out of the house, stretch your legs, talk shit, enjoy a drink, and hopefully a laugh, then here's what you need to know: • We are a social running/walking group, physical fitness is not required, but a sense of humour is useful. • The aim is to find the '*Beer Stop*' at the end of the '*trail*' and have fun. • 'True Trail' is typically 4-7 km. Some will go less (especially those walking or walk/running), and some over-achieving fast runners will go further. • The '*Hare*', which changes each event (along with location), cleverly lays the trail (typically with flour marks) so that everyone reaches the end at the same time. • There is always a place to deposit your bag and sometimes a place to change. • **After Trail**, we group for \~20-40 minutes for drinks, snacks, and some fun. This '*Circle*' is typically outside, so leave something warm in your bag in winter (and bring a flashlight when it's dark). If you don't want to stand around drinking afterwards, you can head home. We occasionally all go to a restaurant afterwards. **Why bother leaving your warm & dry sofa?** If you enjoy getting outside, being around people, and doing something a bit different, you will probably enjoy hashing. Exercise is important, and this is probably the least boring way to get it. 'Hashing' and the idea of some physical activity to work up a thirst, have been around for almost 90 years and there are groups (*Hashes*) in most major cities. Its humor and 'traditions' can be explored on the internet - **or you can just come along and find out.** *See you there.* We are of many nationalities, all ages, full of misfits and idiots (at least there is no one taking themselves seriously!) and always welcome newbies 'Virgin Hashers' and visitors from other groups. For more about Zürich Hash House Harriers, check out [www.zh3.ch](http://www.zh3.ch/) ( [http://www.zh3.ch/](http://www.zh3.ch/) )
Uetliberg Sunrise Trail Run 8-10km / 350-450m ascent
Uetliberg Sunrise Trail Run 8-10km / 350-450m ascent
Yes, it's an early start, but yeah, the Uetliberg sunrise trail run is well worth it! If you want to catch the sight of deer crossing paths and an orange Zurich lake with the Alps in the background, this is when you need to go running. We meet at the S-Bahn station Triemli at 07:00 (S-Bahn station, not the roundabout) to go for an amazing loop up and down hills in the forest. Technical information: * Distance: 8-10 km * Elevation gain: 350-450 meters * Speed: approx. 7:30-8:00 min/km Looking forward to running with you!
Easy 10K |  200m Elevation | Pace: ~6:30
Easy 10K | 200m Elevation | Pace: ~6:30
**Join me for a beautiful run alongside the Werenbach.** Start in front of the Opera, run until "Zollikerberg, Trichtenhausermühle" and back. The track is around 5K one way, has just under 200m elevation and can be run – go and back – in a little bit over an hour... at least that's how long it takes me. I will only go, if it is not raining. *Please be on time.* Join me for some recharging forest and river vibes. Escape the city but without having to go far. See you there Max

Road Bikes Events Near You

Connect with your local Road Bikes community

Tuesday Night Bike Ride
Tuesday Night Bike Ride
Sharon Woods HIKE
Sharon Woods HIKE
Meet in the Maple Grove Picnic area. If trail conditions are poor, we will use the Multipurpose Path.
BeComing Circle Initiates
BeComing Circle Initiates
http://photos2.meetupstatic.com/photos/event/2/a/9/6/600_348310902.jpeg Instructor - Crow, HPS Class fee is $30 at the door or approved exchange RSVP with Advance pay of $25 (discounted) by PayPal on the web or by contacting Enchanted Elements (614) 437-2642. Reservations made directly to Enchanted Elements will be added to the class list manually not online. Private Instruction ~ Closed to the Public ~ Initiated Members Only Please come prepared for ritual. Blessings ~ Crow
Return of the Coffee Trail Part 2
Return of the Coffee Trail Part 2
Friday Happy Hour Hike
Friday Happy Hour Hike
Bad Girls Book Club March 2026
Bad Girls Book Club March 2026
**Our March pick is *God of the Woods* by Liz Moore.** **This month’s novel is an award-winning literary mystery that blends family drama with psychological suspense. It explores women’s voices and relationships while delivering an exciting, eerie, and deeply suspenseful story. The book is 576 pages in print or 14 hours and 35 minutes on audiobook.** Early morning, August 1975: a camp counselor discovers an empty bunk. Its occupant, Barbara Van Laar, has gone missing. Barbara isn’t just any thirteen-year-old: she’s the daughter of the family that owns the summer camp and employs most of the region’s residents. And this isn’t the first time a Van Laar child has disappeared. Barbara’s older brother similarly vanished fourteen years ago, never to be found. As a panicked search begins, a thrilling drama unfolds. Chasing down the layered secrets of the Van Laar family and the blue-collar community working in its shadow, Moore’s multi-threaded story invites readers into a rich and gripping dynasty of secrets and second chances. It is Liz Moore’s most ambitious and wide-reaching novel yet.