service-fabric-containers | sample demonstrate two guest executable services | Azure library

 by   Azure-Samples PowerShell Version: 222106 License: MIT

kandi X-RAY | service-fabric-containers Summary

kandi X-RAY | service-fabric-containers Summary

service-fabric-containers is a PowerShell library typically used in Cloud, Azure, Nodejs, Docker applications. service-fabric-containers has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

This sample demonstrate two guest executable services communicating (one C# and one Nodejs) which are then packaged into docker containers
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              service-fabric-containers has a low active ecosystem.
              It has 67 star(s) with 41 fork(s). There are 45 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 4 open issues and 5 have been closed. On average issues are closed in 78 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of service-fabric-containers is 222106

            kandi-Quality Quality

              service-fabric-containers has no bugs reported.

            kandi-Security Security

              service-fabric-containers has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              service-fabric-containers is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              service-fabric-containers releases are available to install and integrate.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of service-fabric-containers
            Get all kandi verified functions for this library.

            service-fabric-containers Key Features

            No Key Features are available at this moment for service-fabric-containers.

            service-fabric-containers Examples and Code Snippets

            No Code Snippets are available at this moment for service-fabric-containers.

            Community Discussions

            Trending Discussions on service-fabric-containers

            QUESTION

            Azure Service Fabric Multiservice Container
            Asked 2019-Sep-25 at 15:07

            I am planning to build n docker container with each container consisting of m services.

            1. Is this recommended? Depending on the hardware, and the docker container structure, what is the recommended or maximum number of services within a container? (considering the fact, that the selected services are cohesive, thus fulfilling similar semantic tasks)
            2. Why can't I find any documentation about failover descriptions with regard to the behavior of a container for specific cases like 1 of n services crash. Afaik, if one service crashes, the container reboots automatically. Is there a way to prevent this? I would have expected the application within the container to take care of a service restart instead.

            EDIT:

            Two more notes: You mentioned that multiple services would not be appropriate with regard to scaling, could you explain why? (didn't they plan those use-cases?) What about the application model I mentioned before? It is described on this link: Service Fabric support for containers

            Service Fabric provides an application model in which a container represents an application host in which multiple service replicas are placed. Service Fabric also supports a guest executable scenario in which you don't use the built-in Service Fabric programming models but instead package an existing application, written using any language or framework, inside a container. This scenario is the common use-case for containers. You can also run Service Fabric services inside a container. Support for running Service Fabric services inside containers is currently limited.

            When you create an application, the container is selected during the service creation stage. And it is possible to add further services to an existing application (while selecting container type again). Is the application itself regarded as a container, too? Wouldn't this be suitable? But in the quote I added, it only talks about one guest executable, not many. It is further explained at this page: Package and deploy containers as a Service Fabric application using Yeoman

            It is quite confusing. There seem to have been considerations made for multi-server scenarios within a container, while you said that it is note recommended. Is it kind of in a beta stage?

            Could you described your way to go? With one service in one container? Would I need to create an application with a container service first, and afterwards add that application to a docker base image which could be added to a cluster node?

            ...

            ANSWER

            Answered 2019-Sep-24 at 04:31

            according to the ideology of containers - each container should have exactly one service. putting more than one service into a container is considered a bad practice. this would answer both of your questions.

            Source https://stackoverflow.com/questions/58069008

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install service-fabric-containers

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link