Software Alternatives & Reviews

Top 5 Things an Azure Developer Needs to Know: Kubernetes Applications

Helm.sh Bitnami
  1. Kustomize is an intelligent Kubernetes native configuration management software that comes with the manifestation to add, remove, or update configuration options without the need for forking.
    There are many ways to deploy applications on AKS, including ConfigMaps and Kustomize which were not discussed. We’ve covered deploying with Helm, manifests, and infrastructure as code. This article covers the basics of application deployment using Deployments and Services. To review, Deployments are declarative updates to a Pod such as specifying a container to run, and Services route traffic to Pods either within the cluster or permitting ingress with a LoadBalancer. We should note that templating methods such as Helm or manifests require file management, whereas using cloud engineering practices enables managing both infrastructure and application deployment in a versioned and repeatable way.

    #Development #Management #Tool 48 social mentions

  2. The Kubernetes Package Manager
    Pricing:
    • Open Source
    Helm is an application package manager for Kubernetes. Follow the directions on helm.sh to install Helm. Helm can install packages from repositories such as ArtifactHUB, Bitnami, and the Azure Marketplace.

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

  3. One click to application awesomeness.
    Pricing:
    • Open Source
    Helm is an application package manager for Kubernetes. Follow the directions on helm.sh to install Helm. Helm can install packages from repositories such as ArtifactHUB, Bitnami, and the Azure Marketplace.

    #Cloud Hosting #Cloud Computing #Web Hosting 14 social mentions

Discuss: Top 5 Things an Azure Developer Needs to Know: Kubernetes Applications

Log in or Post with