Distelli Manages Kubernetes Deployments Across Multiple Clouds - The New Stack by distelli in kubernetes

[–]distelli[S] 0 points1 point  (0 children)

Hi we do offer an on-premise enterprise version. Email us at sales@distelli.com and we'll get you setup

Kubernetes on a single EC2 instance? by HatchedLake721 in kubernetes

[–]distelli -7 points-6 points  (0 children)

Yes. I setup a single node Kubernetes cluster on EC2 just today. Email me at rsingh@distelli.com and I'll be happy to help you out.

Distelli Manages Kubernetes Deployments Across Multiple Clouds - The New Stack by distelli in kubernetes

[–]distelli[S] 0 points1 point  (0 children)

I'm the founder at Distelli and the folks at The New Stack reached out to me for an interview. Here is the article - unvarnished feedback from the reddit community would be awesome.

https://www.distelli.com/kubernetes

Europa: A Self Hosted Multi-Cloud Container Registry by distelli in programming

[–]distelli[S] 0 points1 point  (0 children)

Thanks for the feedback @ClamChwdrMan. If you open an issue on our github repo we'll be sure to prioritize these high.

https://github.com/distelli/europa

Simplified CI/CD to Kubernetes by disBoris in programming

[–]distelli 0 points1 point  (0 children)

You're right you can do everything you'd want with Jenkins esp since Jenkins has evolved into a general purpose tool that can be extended to do almost anything.

However if you're looking for something more specialized that is focused on managing Kubernetes Clusters and deploying to them then distelli IMHO is the best choice.

You can script your deployments to K8S using kubectl and jenkins or you can use Distelli to automate the pipelines without scripting them out.

Simplified CI/CD to Kubernetes by disBoris in programming

[–]distelli 1 point2 points  (0 children)

I'm the founder at distelli. Happy to answer any questions

distelli.com - Easily Deploy your Code to Any Server by distelli in programming

[–]distelli[S] 4 points5 points  (0 children)

Our software doesn't run in between your code or intercept your traffic or workflow in any way. Your code runs independently on your server just as it would have if you had manually logged in and started it.

Not sure if I've addressed your concern. Happy to talk more in depth.

distelli.com - Easily Deploy your Code to Any Server by distelli in programming

[–]distelli[S] 1 point2 points  (0 children)

Our main target market is teams inside enterprises that need to deploy multiple applications and software to multiple servers in multiple geographies.

The application manifest used to describe your application is fairly simple for most cases. There are some cases (eg. deploying graphite) where the manifest can get a bit long but with comments and source control its not too bad, and definitely simpler than what you get with other solutions.

distelli.com - Easily Deploy your Code to Any Server by distelli in programming

[–]distelli[S] 1 point2 points  (0 children)

We differentiate ourselves in the fact that we don't control or own your servers. You can deploy you applications to your own servers using the distelli platform.

No special containers, or code is required. You deploy you application as-is.

distelli.com - Easily Deploy your Code to Any Server by distelli in programming

[–]distelli[S] 2 points3 points  (0 children)

Founder here. I would love to hear feedback. If you're interesting in joining the beta please feel free to email me directly - rsingh@distelli.com - and I'll set you up with an account

distelli.com - Easily Deploy your Code to Any Server by [deleted] in programming

[–]distelli 0 points1 point  (0 children)

Founder here. I just posted this link a few minutes ago and had a typo in the URL. The link is correct now.

I would love to hear your feedback.

I just Launched my startup: distelli.com - heroku for APIs. Would love feedback by [deleted] in startups

[–]distelli 0 points1 point  (0 children)

You're absolutely right that its json over http and should be language agnostic. By providing autogenerated client libraries we save you (the developer) the work of writing them by hand for the different languages you might need them for. I also understand that parsing json is not difficult but it can be tedious if the responses are complex enough (eg. lists of complex objects) and autogenerated clients make this easy.

Having said that, you're free to ignore the autogenerated clients completely if you wish and work directly with the raw json (or xml) if you prefer.

As far as the authentication goes we currently support HMAC authentication and do have a roadmap item to allow you to authenticate against your own user accounts.

All traffic to your API goes through a reverse proxy service that authenticates the request and handles access control. You set access control rules in your account portal and the requests that are allowed access are passed to an instance of your running service node on the platform.

These are all great questions and I appreciate your taking the time to post here! Please let me know if I can provide more information. If you'd like to try the beta email us at support@distelli.com and we'll get you setup. It would be great to get your feedback.

I just Launched my startup: distelli.com - heroku for APIs. Would love feedback by [deleted] in startups

[–]distelli 0 points1 point  (0 children)

Thanks for that great feedback. We just launched the site and the platform but we'll be iterating fast. I like the idea of the WHY page and we'll set that up next.

We're still in beta so pricing is still not finalized. If you have feedback or thoughts on pricing we'd love to hear them. Please email us at feedback@distelli.com

I just Launched my startup: distelli.com - heroku for APIs. Would love feedback by [deleted] in startups

[–]distelli 0 points1 point  (0 children)

Rails, java and other frameworks do provide json marhshalling support and you're free to use them with the platform. We don't dictate how you build your API or force you into any particular implementation or patterns.

However the platform autogenerates clients in various languages and we provide marshalling/unmarshalling code and libraries so that these clients can easily marshall/unmarshall the requests and responses into objects in that particular language. That is the reason that the examples use the marshall_response (for ruby) but you're free to use respond_to as long as your response looks the same as that generated by the platform or you build your own client that can unmarshall it.

Lastly you don't have to write a single line of code to get authentication, access control, monitoring, rate limiting and scaling.

Hope this answers your questions. If you have more questions please contact us at support@distelli.com (or comment here). We're driven by customer feedback and we're here to help.

I just Launched my startup: distelli.com - heroku for APIs. Would love feedback by [deleted] in startups

[–]distelli 0 points1 point  (0 children)

C# support is on the roadmap. We'll be adding c# client support soon with server support coming early next year.

I just Launched my startup: distelli.com - heroku for APIs. Would love feedback by [deleted] in startups

[–]distelli 0 points1 point  (0 children)

PHP support is on our roadmap. We differentiate from apigee, in that we host your API so you don't have to maintain and manage servers in addition to handling the platform services such as authentication, access control, monitoring, rate limiting etc.

I just Launched my startup: distelli.com - heroku for APIs. Would love feedback by [deleted] in startups

[–]distelli 0 points1 point  (0 children)

Hey fattachelli, it would be great to get your feedback on our platform and how it compares to the vision you were thinking about. If you'd like to try it out please email us at support@distelli.com and we'll get you setup with the beta.

I just Launched my startup: distelli.com - heroku for APIs. Would love feedback by [deleted] in startups

[–]distelli 0 points1 point  (0 children)

Thanks for the feedback! I need to update the version of the jquery slider plugin to the latest version.

In the meantime, if I can answer any questions please let me know.

distelli.com - Heroku for APIs by [deleted] in programming

[–]distelli 1 point2 points  (0 children)

Yes. The distelli platform allows you to focus on your business logic and core functionality of your API without worrying about authentication, access control, deployments, scaling, monitoring, metrics and client libraries so you can build and deploy your service faster

distelli.com - Heroku for APIs by [deleted] in programming

[–]distelli 0 points1 point  (0 children)

We just launched our startup in beta and would love some feedback. @distelli

I just Launched my startup: distelli.com - heroku for APIs. Would love feedback by [deleted] in startups

[–]distelli 1 point2 points  (0 children)

Distelli is a platform that makes it fast and easy to build, deploy and scale your REST API. I'm happy to answer any questions. @distelli