cloudnative-id / meetups

Repository to gather presentations from all Kubernetes and Cloud Native meetups in Indonesia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud Native Indonesia Meetups

Repository to gather all meetup information and slides from Kubernetes and Cloud Native Indonesia meetups:

Join our Community!

Telegram

To facilitate and help each other in between meetups and different geographical locations, we have set up joined Telegram Groups. These groups are also used for technical discussion around Kubernetes and Cloud Native topics.

In order to join, go to @kubernetesindonesia and @cloudnativeid. You can ask anything related to CNCF open source projects, and help each other's issues.

Speaking Opportunities

If you'd like to speak at a meetup, please join our telegram group and mention @girikuncoro, @imrenagi, or @zufardhiyaulhaq, or fill this issue form: Cloud Native Indonesia Meetup Speaker/Venue Form (deprecated this form).

How to maintain this repo

Update meetup.yaml in your city with latest meetup info

cd jakarta/kubernetes
cat <<EOF >> meetup.yaml
  "20180110":
    title: "#1: Intro to Kubernetes and Knative"
    presentations:
    - duration: 30m0s
      recording: https://www.youtube.com/watch?v=DZQOgIWN1pE
      slides: https://bit.ly/knative
      speakers:
      - pahleviauliya
      title: Exploring KNative
EOF

Generate the markdown file

make

About

Repository to gather presentations from all Kubernetes and Cloud Native meetups in Indonesia


Languages

Language:Go 96.7%Language:Makefile 3.3%