Skip to content

Commit

Permalink
Merge pull request #285 from kubenow/mcapuccini-patch-1
Browse files Browse the repository at this point in the history
Changes in readme after kn-init changes
  • Loading branch information
Marco Capuccini committed Nov 24, 2017
2 parents 8e4bcc0 + 1a2bd8b commit 1507a29
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
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 1507a29

Please sign in to comment.