Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gnawux
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
gnawux
10y ago
You may login to your console, and the overview page ' https://console.hyper.sh/overview' shows all what you have.
2.
▲
by
gnawux
10y ago
Currently, hyper.sh supports credit card backed by stripe.com
3.
▲
by
gnawux
10y ago
It's really a popular name...
4.
▲
by
gnawux
10y ago
Another thing to remind you is, E5-2630v4 was released in Q1 2016, which is not an old CPU http://ark.intel.com/products/92981/Intel-Xeon-Processor-E5-...
5.
▲
by
gnawux
10y ago
In Los Angels
6.
▲
by
gnawux
10y ago
Based on AWS v4 does not means aws v4 is employed, on the contrary, the docs explains the signature of hyper, which uses different literatures. At last, you can try it. Then you will found it is totally different from AWS.
7.
▲
by
gnawux
10y ago
You can try the api address us-west-1.hyper.sh
8.
▲
by
gnawux
10y ago
Not on aws at all. The hyper.sh API address is us-west-1.hyper.sh, which looks like the AWS style, however, it is not an AWS address and it is located in an independent IDC around Los Angels.
9.
▲
by
gnawux
10y ago
Does the CPU model matter?
10.
▲
by
gnawux
10y ago
VMware has a similar project. The HyperContainer project is opensourced in May last year, same as Intel clear linux, and is prior to the VMware project.
11.
▲
by
gnawux
10y ago
The most significant improvement comes from the BootFromTemplate, which improves speed and saves memory. And the boot sequence and guest kernel have been optimized.
12.
▲
by
gnawux
10y ago
With HyperContainer, we make the performance/overhead of virtualized container similar to linux container --- 130ms launch time, and sharing the read-only part of memory (kernel and init). As a result, we can use it as a more secure co
13.
▲
by
gnawux
10y ago
yep, the containers are encapsulated by hyper container
14.
▲
by
gnawux
11y ago
What's the policy mean here? Does it include some actions, such as do migration if a zone is out of service?
15.
▲
by
gnawux
11y ago
yes, we do not support overlayfs yet, but will. overlayfs is the future of unionfs, and aufs is the current. :)
16.
▲
by
gnawux
11y ago
you can try it now ;) cheers
17.
▲
by
gnawux
11y ago
A pod on a kernel/initrd, contains one or more docker images in different mount namespaces. The "containers" in pod share network and ipc namespace each other.
18.
▲
by
gnawux
11y ago
Hi, It does not run a full guest OS on the hypervisor, instead, initrd itself launches a group of docker images, aka Pod on it.
19.
▲
by
gnawux
12y ago
Similar by some means, from my point, visualops.io is closer to AWS VPC resources.