Viewing profile — pchico83
pchico83
HN member- Joined
- Wed, Feb 11, 2015, 3:58 PM UTC
- HN karma
- 66
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About pchico83
No profile information was provided.
Recent public activity
-
comment
Comment #30965363
Also, how hard would it be to run mutagen on web assembly?
-
comment
Comment #30965325
Hi Jacob. I am one of the founders of Okteto ( https://okteto.com/ ), a remote development platform for Compose and Kubernetes applications. We use Syncthing to sync code between t…
- story
-
comment
Comment #23640726
The Okteto CLI lets you develop inside a container, no matter if it is running locally or in a remote cluster. The main advantages of developing inside containers are: - replicabil…
- story
-
comment
Comment #23108604
We would love to talk more about the issues you have. If you want to schedule a call just drop us an email.
-
comment
Comment #23108536
Those are really good questions, we have similar requests from our users. We don't have general answers yet, but let me explain a few solutions we have in place. Data: data is hard…
-
comment
Comment #23108299
Don't take me wrong, I am a big fun of serverless. We use it in production too. But I also think it does not cover a large percentage of the deployment spectrum, at least for a few…
-
comment
Comment #23108262
Right, that works. I think that setup does not scale well for large teams or if you are not able to run all your services locally due to resource constraints
-
comment
Comment #23107746
Would something like Okteto Enterprise fit your needs? https://okteto.com/docs/enterprise
-
comment
Comment #23107727
You can achieve good isolation with a combination of RBAC, network policies, OPA rules and runtimes like gvisor. We also monitor suspicious activity with Falco. For deeper security…
-
comment
Comment #23105459
One of the advantages of using Kubernetes vs a remote VM, which is an approach followed by companies like Stripe, Slack, Eriksson and much more... is that Kubernetes is very effici…
-
comment
Comment #23105380
Yes, the possibilities with this are very exciting. We have already integrated Gitlab runners in our Application Catalog, and we are working on a UX to deploy a branch and put it o…
-
comment
Comment #23105027
Thanks for your feedback. We changed our free tier a few weeks ago to avoid abuse, but we will probably improve over it in the following months. Our focus is on development, not on…
-
comment
Comment #23104917
That really depends on the size of your app. You also lose the ability to run debuggers. Not to mention how hard is to run serverless java applications, which is the dominant enter…
-
comment
Comment #23104815
Sorry if you find it patronizing, I tried to describe the problem in a general way to make it interesting for the general reader, independently of how we solve the problem. Okteto,…
-
comment
Comment #23104773
How do you develop your functions? Using Kubernetes as a development platform also applies to serverless, we have articles with Cloud Run and OpenFaaS: https://www.openfaas.com/blo…
-
comment
Comment #23104748
why? we offer vanilla kubernetes namespaces. There are no hidden dependencies
-
comment
Comment #23104098
I haven't tried rust, but I usually work with Go. The performance really depends on the resources assigned to your container. Okteto Cloud gives you 4 CPUs and 8Gi RAM. Also, it is…
-
comment
Comment #23103995
Github codespaces is a step forward to eliminate local setup and have replicable dev environments running in containers. But for true cloud-native applications, you would need a ku…
- story
- story
- story
- story
-
comment
Comment #22633138
You can also use "okteto up", which syncs your local code to kubernetes pods. "okteto up" is more oriented to speed up the inner loop cycle.