-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
50 lines (40 loc) · 3.07 KB
/
about.html
File metadata and controls
50 lines (40 loc) · 3.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
layout: default
tab: about
title2: 'About'
subtitle : ''
---
<div id="about" class="container">
<p> </p>
<h1 class="center"><a href="https://cloudcaptain.sh" target="_blank"><img src="/assets/img/logo/cloudcaptain.svg" alt="CloudCaptain" style="width: 300px"/></a></h1>
<p> </p>
<p><a href="https://cloudcaptain.sh" target="_blank"><strong>CloudCaptain</strong></a> is the easiest, most reliable and secure way to <strong>run your JVM, Node.js and Go apps on AWS</strong>.</p>
<p>CloudCaptain has been designed from day one to be easy to setup and simple to master.
It strongly favors simplicity and convention over configuration and it has also been built from the ground up for continuous delivery.</p>
<p>CloudCaptain is based on three core principles:</p>
<ol>
<li><strong>Immutable Infrastructure</strong>: Creating servers and never modifying them again by treating a server as one immutable unit that is regenerated after every change and promoted unchanged from environment to environment to eliminate drift and increase reliability by ensuring you run the exact same code in production as the one you tested in test.</li>
<li><strong>Minimal Images</strong>: Analysing your application and generating minimal tailor-made Linux-based images on the fly that are 100x smaller than a typical Linux system and take just seconds to produce.</li>
<li><strong>Blue/Green Deployments</strong>: Deploying a new version of an app in parallel to the existing one and only making the switch at the elastic IP or elastic load balancer level once the configured health checks of the new version have passed. Deployments are fully automated and effectively transactional, providing you with zero-downtime updates.</li>
</ol>
<p>CloudCaptain comes with powerful integration for
<a href="/docs/payloads/elf64">Go (ELF64 Binaries)</a>,
<a href="/docs/payloads/revel">Revel</a>,
<a href="/docs/payloads/nodejs">Node.js</a>,
<a href="/docs/payloads/springboot">Spring Boot</a>,
<a href="/docs/payloads/jhipster">JHipster</a>,
<a href="/docs/payloads/grails">Grails</a>,
<a href="/docs/payloads/dropwizard">Dropwizard</a>,
<a href="/docs/payloads/play">Play</a>,
<a href="/docs/payloads/tomcat">Tomcat</a>,
<a href="/docs/payloads/tomee">TomEE</a> and
<a href="/docs/payloads/jar">executable jar</a> applications.</p>
<p>CloudCaptain fuses your application into a minimal image and runs it unchanged on all environments, from dev on <a href="/docs/virtualbox">VirtualBox</a>
to prod on <a href="/docs/aws">AWS</a>.
This can be done either via the <a href="/docs/commandline">Command-line client</a> for Windows/Mac OSX/Linux,
or the <a href="/docs/maven">Maven</a>
and <a href="/docs/gradle">Gradle Plugin</a> for direct integration in your CI/CD process.
</p>
<p>CloudCaptain is made with <i class="fa fa-heart"></i> in München.</p>
<p>Enjoy deploying effortlessly and <a href="/getstarted">get started</a> today!</p>
</div>