NeetoDeploy

205 posts

NeetoDeploy banner
NeetoDeploy

NeetoDeploy

@NeetoDeploy

Platform-as-a-service solution for deploying your applications on the cloud with minimum friction. Alternative of Heroku & render. @NeetoHQ product.

Katılım Nisan 2023
52 Takip Edilen79 Takipçiler
NeetoDeploy
NeetoDeploy@NeetoDeploy·
We’ve switched our logging system from Loki to CloudWatch! This change reduces server load and boosts scalability. Both app and build logs are now powered by CloudWatch.
English
0
1
1
103
NeetoDeploy
NeetoDeploy@NeetoDeploy·
Take a look at the latest updates and improvements. Milestone M33 (March 24-April 06) is here! 🎯 buff.ly/f7bbRsi
NeetoDeploy tweet media
English
0
0
1
35
NeetoDeploy
NeetoDeploy@NeetoDeploy·
🚨 New Feature Alert! You now have full control over your Maintenance Mode page on NeetoDeploy! 🎯 Switch between default & custom modes, and design your message for users when your app is down. Watch how it works. 👇 🎥 buff.ly/JZl59uC #kubernetes #neeto #neetodeploy
English
0
0
3
47
NeetoDeploy
NeetoDeploy@NeetoDeploy·
Take a look at the latest updates and improvements. Milestone M32 (March 10-March 23) is here! 🎯 buff.ly/AyXBWMY
English
0
0
1
30
NeetoDeploy
NeetoDeploy@NeetoDeploy·
Take a look at the latest updates and improvements. Milestone M30 (Feb 24 - March-09) is here! buff.ly/jmlYDt4
NeetoDeploy tweet media
English
0
0
1
23
NeetoDeploy
NeetoDeploy@NeetoDeploy·
Take a look at the latest updates and improvements. Milestone M30 (Feb 10 - Feb 23) is here! buff.ly/41iuEt9
English
0
0
2
23
NeetoDeploy
NeetoDeploy@NeetoDeploy·
3. All application dynos run on a private subnet (for security). They pull their OCI images from ECR via the NAT gateway. A private link (VPC endpoint for ECR) was also set up for the private subnet.
English
0
0
0
24
NeetoDeploy
NeetoDeploy@NeetoDeploy·
2. A VPC endpoint (AWS Private link) was added for ECR, which enabled traffic to be routed through the AWS internal network instead of through the Internet via the NAT gateway. This also improved performance.
English
1
0
0
23
NeetoDeploy
NeetoDeploy@NeetoDeploy·
NAT gateway usage was one of the significant components of our daily AWS cost. We dropped it from 40$ a day to 2.5$.
NeetoDeploy tweet media
English
1
0
1
43
NeetoDeploy
NeetoDeploy@NeetoDeploy·
Buildpacks do not run as the root user, meaning buildpack cannot do certain things requiring root permissions. In this case, we can use image extension to make the changes.
English
0
1
0
56
NeetoDeploy
NeetoDeploy@NeetoDeploy·
What is an image extension? Image extension is software that generates Dockerfiles that can be used to extend the base image for the build process.
English
1
1
0
51
NeetoDeploy
NeetoDeploy@NeetoDeploy·
For example, nodejs buildpack creates a layer CNB_LAYERS_DIR/nodejs and defines types in CNB_LAYERS_DIR/nodejs.toml // CNB_LAYERS_DIR/nodejs.toml file [types] build = true cache = true launch = true
English
0
1
0
25
NeetoDeploy
NeetoDeploy@NeetoDeploy·
After creating the <layer>, Buildpack defines how the layer should be used. This is done by creating <layer.toml> file inside CNB_LAYERS_DIR folder and setting build, launch, and cache types.
English
1
1
0
28
NeetoDeploy
NeetoDeploy@NeetoDeploy·
A Buildpack may create different layers(<layer>) inside the CNB_LAYERS_DIR directory. <layer> is a directory where all the packages and dependencies installed by the Buildpack are present.
English
1
1
0
25