Skip to content

Commit

Permalink
Changes in readme after kn-init chanes [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Capuccini committed Nov 23, 2017
1 parent 8e4bcc0 commit 1a2bd8b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@



KubeNow is a cloud agnostic platform for microservices, based on Docker and Kubernetes. Other than lighting-fast Kubernetes operations, KubeNow helps you in lifting your final application configuring DNS records and distributed storage. Once you have defined your application as a Helm package, you can lift it running 3 commands:
KubeNow is a cloud agnostic platform for microservices, based on Docker and Kubernetes. Other than lighting-fast Kubernetes operations, KubeNow helps you in lifting your final application configuring DNS records and distributed storage. Once you have defined your application as a Helm package, lifting it is as simple as:

```bash
kn init my-awesome-deployment
kn apply <aws|gce|openstack|azure>
kn init <aws|gce|openstack|azure> my-awesome-deployemt
cd my-awesome-deployemt
kn apply
kn helm install my-app-package
```

Expand Down

0 comments on commit 1a2bd8b

Please sign in to comment.