|
|
|
|
|
by bottom999mottob
585 days ago
|
|
Did you link a card with Pay-as-you-go? It seems like OCI puts free tier users in a low-priority queue, so that people have resorted to using auto-clicker scripts for weeks to even provision an instance. That repo looks cool, if I really wanted to learn Kubernetes. My usage right now is for running inference on CPU RAMs because I refuse to upgrade my 980-ti, so I'm not sure it would work for me |
|
I have only had one 1 cent charge since I got it because I provisioned some volume storage before I realized that it would incur costs.
If you just use the repo I linked and otherwise never touch resources or auto provision anything on the infra side you’ll never be charged.
I would highly recommend this use case for learning kube, but also it’s kind of limiting because several things you might want to use with kube will also incur additional costs. You can avoid the costs if you simply just don’t do anything that triggers a cost event, but people who are not familiar with how kube can provision infra resources under the hood might footgun themselves and wire into a cloud load balancer instead of using MetalLB for instance.
Probably inference is not really a good use case here, the compute they give is considered extremely good in terms of free, but still kind of anemic for inference use cases.