Hacker Newsnew | past | comments | ask | show | jobs | submit | fanux's commentslogin

I am conducting an experiment to see if AI can develop a production-ready product without me writing a single line of code. Currently, the core functionality appears complete, and I anticipate it will be production-ready within one month.


You forgot "Show HN:".


There are two types of serverless computing in the world: those that can be deployed in 30 seconds and those that make you want to give up after 30 seconds.


Pritty simple


Maybe you need use something like sealos https://github.com/labring/sealos


The desktop of sealos will like win11~ so you can install a mysql cluster like install office.

Use the cloud even if you're not a techie.


# Download and install sealos. sealos is a golang binary so you can just download and copy to bin. You may also download it from release page.

$ wget https://github.com/labring/sealos/releases/download/v4.0.0/s... \ && tar zxvf sealos_4.0.0_linux_amd64.tar.gz sealos && chmod +x sealos && mv sealos /usr/bin

# Create a cluster

$ sealos run labring/kubernetes:v1.24.0 labring/calico:v3.22.1 \ --masters 192.168.64.2,192.168.64.22,192.168.64.20 \ --nodes 192.168.64.21,192.168.64.19 -p [your-ssh-passwd]

sealos run labring/helm:v3.8.2 # install helm

sealos run labring/openebs:v1.9.0 # install openebs

sealos run labring/minio-operator:v4.4.16 labring/ingress-nginx:4.1.0 \ labring/mysql-operator:8.0.23-14.1 labring/redis-operator:3.1.4 # oneliner


Yes, many cloud vendors like to cultivate developer habits first, bind developers, and start to consider raising prices to make money when the volume reaches a certain scale. At this time, it is not easy for developers to migrate away. Commonly known as cutting leeks


So open source is a big trend, and Tencent Cloud developed open source alternatives https://github.com/labring/laf also because of this incident


This does not have anything to do with open source


$ wget -c https://sealyun.oss-cn-beijing.aliyuncs.com/latest/sealos && \ chmod +x sealos && mv sealos /usr/bin

$ wget -c https://sealyun.oss-cn-beijing.aliyuncs.com/7b6af025d4884fdd...

# install kubernetes HA cluster $ sealos init --passwd 123456 \ --master 192.168.0.2 --master 192.168.0.3 --master 192.168.0.4 \ --node 192.168.0.5 \ --pkg-url /root/kube1.18.0.tar.gz \ --version v1.18.0


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: