Software Alternatives & Reviews

From local development to Kubernetes — Cluster, Helm, HTTPS, CI/CD, GitOps, Kustomize, ArgoCD — Part[1]

kubernetes-deploy Kind Helm.sh FastAPI
  1. #Kubernetes: open source production-grade container orchestration management. #CNCF #K8s

    #Developer Tools #DevOps Tools #Monitoring Tools 47 social mentions

  2. 2
    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 76 social mentions

  3. The Kubernetes Package Manager
    Pricing:
    • 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 #Containers As A Service 134 social mentions

  4. 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 4 social mentions

  5. 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 233 social mentions

Discuss: From local development to Kubernetes — Cluster, Helm, HTTPS, CI/CD, GitOps, Kustomize, ArgoCD — Part[1]

Log in or Post with