HN user

nevalau

61 karma

Bringing Docker containers to masses with Kontena. Cloud oriented full-stack developer, fascinated by Ruby, author of Liigavahti Android app.

Posts22
Comments14
View on HN
laurinevala.medium.com 5y ago

Show HN: Visualizing Kubernetes Resources

nevalau
6pts0
blog.kontena.io 6y ago

Kontena Lens dashboard for Kubernetes adds improved auth flow to GKE and EKS

nevalau
2pts0
www.kontena.io 6y ago

Show HN: Kontena Lens – The Ultimate Dashboard for Kubernetes

nevalau
4pts0
blog.kontena.io 7y ago

Kontena Pharos 2.2 Released – Kubernetes Distribution That Just Works

nevalau
3pts0
blog.kontena.io 7y ago

Kontena Pharos 2.1 Released – On-Premises Kubernetes Distribution

nevalau
3pts0
blog.kontena.io 8y ago

Rule Your Microservices with an API Gateway

nevalau
3pts0
blog.kontena.io 8y ago

Getting Started with Kontena Cloud Image Registry

nevalau
1pts0
blog.kontena.io 8y ago

Continuous Delivery and Deployment with GitLab CI and Kontena

nevalau
7pts0
blog.kontena.io 8y ago

Kontena New Feature Highlight: Stack Dependencies

nevalau
9pts0
blog.kontena.io 8y ago

Machine learning and containers

nevalau
6pts0
blog.kontena.io 8y ago

Chaos engineering – why and how?

nevalau
6pts0
blog.kontena.io 8y ago

Kontena Cloud – The New Better Way to Run Your Containers in Production

nevalau
15pts0
container-solutions.com 9y ago

Kontena: an alternative container orchestrator

nevalau
2pts0
thenewstack.io 9y ago

Kontena Offers a Kubernetes Alternative That Promises to Be Easier to Deploy

nevalau
2pts0
blog.kontena.io 10y ago

Dockerizing Ruby Applications

nevalau
3pts0
osdelivers.blackducksoftware.com 10y ago

Kontena – Developing a Friendly Container Platform

nevalau
3pts0
info.blackducksoftware.com 10y ago

Black Duck Open Source Rookies of the Year 2015

nevalau
6pts0
blog.kontena.io 10y ago

How to Run Parse Server on Docker at Production

nevalau
11pts0
blog.kontena.io 10y ago

Building Minimal Docker Image for Rails App

nevalau
4pts0
www.kontena.io 11y ago

Show HN: Kontena – Docker Platform Written in Ruby

nevalau
63pts20
blog.kontena.io 11y ago

Introducting Kontena – Application Containers for Masses

nevalau
4pts0
caughtinthemobileweb.wordpress.com 13y ago

How to implement TreeView with Backbone.js

nevalau
1pts0

Kontena Pharos (https://github.com/kontena/pharos-cluster) aims to make installation of Kubernetes as easy as possible. Works on any cloud or on-premises, also ARM64 supported.

It handles HA-setup, etcd member replacements, hardened configuration for enhanced security (follows NIST SP800-190 recommendations). You can easily extend the installation with addons of your own or from any Kubernetes ecosystem project

(Disclaimer: I'm one of the contributors)

Kontena, Inc. | https://www.kontena.io | New York & Helsinki | onsite and/or remote

Kontena is creating an open source, developer friendly container & microservices platform. If you'd like to spend your days tinkering with Docker containers and hacking bleeding edge microservice architectures for one of the most popular open source project in Linux container ecosystem, check our current open positions:

Developer Advocate (New York) - https://www.kontena.io/jobs/developer-advocate

Kontena Platform Developer (New York) - https://www.kontena.io/jobs/kontena-platform-developer

UI/UX Lead Developer (Helsinki) - https://www.kontena.io/jobs/ui-ux-lead-developer

Product Manager (Helsinki) - https://www.kontena.io/jobs/product-manager

Hi, I'm one of the co-founders of Kontena. Our target from day zero has been that you can start with small setup and scale up later if needed. So it's totally okay to run only one node with Kontena. Of course if you want to gain HA setup, minimum of 3 nodes is recommended.

Kontena does not replace Docker. It's a management and orchestration layer on the top of Docker. With Kontena you can manage and deploy your Docker applications.

Kontena applications can be described in YAML file (kontena.yml). Kontena.yml extends docker-compose.yml format by introducing some new attributes only supported in Kontena, for example scale of a service and deploy specific attributes.

A Service definition describes the container image, networking, scaling and stateful/stateless attributes for your application. Services may be linked together to create desired architecture. Each service is automatically assigned with internal DNS address that can be used inside your application for inter-Service communications.

The summary of Kontena key features:

* Scheduler with affinity filtering

* Built-in private Docker image registry

* Remote VPN access for workload services

* Virtual Networking Built-In

* Ready made load-balancing service

* Log and statistics aggregation with streaming

* Access control and roles for Kontena users

That's true. There are still lot's of hidden features that we should mention somewhere. We are currently improving our documentation, so hopefully things are better soon.

And thanks for feedback, it is always appreciated and motivating us to make it better!

Asciinema 11 years ago

I have used Asciinema couple of weeks now and I am very happy with it.

Our open source project contains a command line tool for Docker orchestration and Asciinema is a perfect solution to introduce its features and use cases (https://asciinema.org/~kontena).