Skip to content

Commit

Permalink
Add community meetings to README (#152)
Browse files Browse the repository at this point in the history
* update readme to add info on community meetings

* readme update
  • Loading branch information
ryadav88 authored and gerred committed Mar 14, 2019
1 parent dd3ad09 commit 368bff1
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# KUDO

Kubernetes Universal Declarative Operator (KUDO) provides a declarative approach to building production-grade Kubernetes Operators covering the entire application lifecycle.
Kubernetes Universal Declarative Operator (KUDO) provides a declarative approach to building production-grade Kubernetes Operators covering the entire application lifecycle.

## Getting Started

Expand All @@ -15,7 +15,7 @@ Before you get started:
- Install Go `1.11` or later
- Latest version of `dep`
- Kubernetes Cluster `1.12` or later (e.g. [Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/))
- [Configure kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
- [Configure kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)

## Installation Instructions

Expand All @@ -28,7 +28,7 @@ Before you get started:
## Concepts
- *Framework*: High-level description of a deployable application (e.g., Apache Kafka)
- *FrameworkVersion*: Specific version of a deployable application, including lifecycle hooks for deployments, upgrades, and rollbacks (e.g., Kafka version 2.4.1)
- *Instance*: Resource created to manage an instance of specific FrameworkVersion. Instances are pets and have the same name throughout its entire lifecycle. (e.g., Kafka 2.4.1 cluster with 3 brokers)
- *Instance*: Resource created to manage an instance of specific FrameworkVersion. Instances are pets and have the same name throughout its entire lifecycle. (e.g., Kafka 2.4.1 cluster with 3 brokers)
- *PlanExecution*: Kudo-managed resource defining the inputs and status of an instance’s executable plans (e.g., upgrade kafka from version 2.4.1 -> 2.4.2)

## Deploy your first Application
Expand All @@ -45,7 +45,7 @@ Create a `FrameworkVersion` for the Zookeeper `Framework`
$ kubectl apply -f config/samples/zookeeper-frameworkversion.yaml
frameworkversion.kudo.k8s.io/zookeeper-1.0 created
```


Create an Instance of the Zookeeper
```
Expand Down Expand Up @@ -82,11 +82,20 @@ zk-zk-2 1/1 Running 0 23s

Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/).

You can reach the maintainers of this project at:
### KUDO Weekly Community Meetings

Weekly meetings occur every Thursday at [3pm UTC](https://www.google.com/search?q=3pm+UTC)

You can discuss the agenda or reach the maintainers of this project at:

- [Slack](https://kubernetes.slack.com/messages/kudo/)
- [Mailing List](https://groups.google.com/d/forum/kudobuilder)

Quick links:

- [Agenda document](https://docs.google.com/document/d/1UqgtCMUHSsOohZYF8K7zX8WcErttuMSx7NbvksIbZgg)
- [Zoom meeting link](https://mesosphere.zoom.us/j/443128842)

### Code of Conduct

Participation in the Kudo community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).
Expand Down

0 comments on commit 368bff1

Please sign in to comment.