-
#Kubernetes: open source production-grade container orchestration management. #CNCF #K8s
#Developer Tools #DevOps Tools #Monitoring Tools 54 social mentions
-
Kind is a web-based tool that provides you the features to operate the local kubernetes clusters with the help of a docker container named nodes.Pricing:
- Open Source
To setup a Kubernetes cluster you can decide if you want to create locally with minikube or kind, or create it in a cloud provider like AWS, GCP, DigitalOcean, etc. In their respective platforms for Kubernetes like EKS, GKE, DOKS.
#Development #Cloud Computing #Tool 101 social mentions
-
The Kubernetes Package ManagerPricing:
- Open Source
There are several ways how you can deploy a database in the cluster (you can also use a remote database hosted in the cloud, but we want to make this practice more challenging so we can touch more concepts regarding Kubernetes). You can manually write all the manifests (deployment, service, secrets, volumes, etc) or you can use **Helm **to deploy the database and many other services. I highly recommend using helm charts (verified ones) to deploy this kind of service instead of writing these by yourself.
#Developer Tools #DevOps Tools #Cloud Hosting 170 social mentions
-
Domain names for the new tech revolution
I have already one domain purchased get.tech, so I am going to use that one. To manage the domain from DigitalOcean (and any cloud provider), you need to add the domain to it and then **point the nameservers to that provider from your domain registrar. **To add the domain in DigitalOcean, navigate to **Networking > Domains and **add your custom domain.
#Domain Names #Web App #Domain Registration 5 social mentions
-
FastAPI is an Open Source, modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.Pricing:
- Open Source
- Free
To save time here, I have prepared a basic Python application developed on FastAPI and if you want to follow along you can get the code from GitHub Repository here.
#Developer Tools #API Tools #Python Programming 286 social mentions