Software Alternatives & Reviews

Deploying and Scaling the Official Strapi Demo App “FoodAdvisor” with Kubernetes and Docker

Strapi Node.js kubernetes-deploy Kubernetes Docker Hub Google Kubernetes Engine Amazon EKS
  1. 1
    Strapi is the most advanced Node.
    Pricing:
    • Open Source
    In this tutorial, we showed how easy it is to get started with Kubernetes to deploy the official Strapi demo app. If you're interested in this, visit Strapi website to learn more about Headless CMS. You can find the project in the Github repo and the docker images for the client and api in the docker repository.

    #CMS #Blogging #Blogging Platform 310 social mentions

  2. Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications

    #Runtime #JavaScript Runtime #JavaScript 785 social mentions

  3. #Kubernetes: open source production-grade container orchestration management. #CNCF #K8s
    The YAML file sets up a Deployment named foodadvisor-backend. The deployment creates a Pod, which runs one container with your specified Docker image.

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

  4. Kubernetes is an open source orchestration system for Docker containers
    Pricing:
    • Open Source
    Kubernetes is a container orchestration system used for automated deployment, scaling, and management of containers. Kubernetes makes running a containerized application easy. Multiple worker machines are combined to form a cluster, and each worker machine hosts pools that run different application-related containers. If you're new to Kubernetes, the official tutorials are a great place to start.

    #Developer Tools #DevOps Tools #Containers As A Service 280 social mentions

  5. Docker Hub is a cloud-based registry service
    Pricing:
    • Open Source
    After cloning the repo, you will prepare the Docker images for the backend and the frontend. You will need a Docker Hub account to push the images. If you do not wish to create an account, feel free to skip to deploying the backend and use the images I have already prepared.

    #Developer Tools #Web Servers #Web And Application Servers 306 social mentions

  6. Google Kubernetes Engine is a powerful cluster manager and orchestration system for running your Docker containers. Set up a cluster in minutes.
    (Optional) Knowledge on how to use a cloud provider that offers Kubernetes Services(Google’s GKE or Amazon’s EKS).

    #Developer Tools #Containers As A Service #Cloud Computing 41 social mentions

  7. Amazon EKS makes it easy for you to run Kubernetes on AWS without needing to install and operate your own Kubernetes clusters.
    (Optional) Knowledge on how to use a cloud provider that offers Kubernetes Services(Google’s GKE or Amazon’s EKS).

    #Cloud Computing #Developer Tools #Cloud Infrastructure 54 social mentions

Discuss: Deploying and Scaling the Official Strapi Demo App “FoodAdvisor” with Kubernetes and Docker

Log in or Post with