running windows Container in Kubernetes over AWS cloudHow to list containers in DockerHow to remove old Docker containersCopying files from Docker container to hostCopying files from host to Docker containerKubernetes: kubectl node01 notreadyConfigure Kubernetes for an Azure clusterx509 certificate signed by unknown authority- KubernetesRunning a hybrid/heterogeneous Kubernetes cluster with nodes running in different networks using a VPNCrashLoopBackOff on kubernetes-dashboardRunning Kubernetes locally with non-administrative privileges and missing kubernetes config file

Can the Produce Flame cantrip be used to grapple, or as an unarmed strike, in the right circumstances?

Is every set a filtered colimit of finite sets?

What are the advantages and disadvantages of running one shots compared to campaigns?

Denied boarding due to overcrowding, Sparpreis ticket. What are my rights?

What is the meaning of "of trouble" in the following sentence?

New order #4: World

Are white and non-white police officers equally likely to kill black suspects?

Symmetry in quantum mechanics

How is it possible for user's password to be changed after storage was encrypted? (on OS X, Android)

How could a lack of term limits lead to a "dictatorship?"

Why do we use polarized capacitors?

How can I fix this gap between bookcases I made?

Is this food a bread or a loaf?

What is the offset in a seaplane's hull?

LWC and complex parameters

Extreme, but not acceptable situation and I can't start the work tomorrow morning

Is there a familial term for apples and pears?

If a centaur druid Wild Shapes into a Giant Elk, do their Charge features stack?

Are cabin dividers used to "hide" the flex of the airplane?

Is there a way to make member function NOT callable from constructor?

Is "plugging out" electronic devices an American expression?

Typesetting a double Over Dot on top of a symbol

How can I add custom success page

How to move the player while also allowing forces to affect it



running windows Container in Kubernetes over AWS cloud


How to list containers in DockerHow to remove old Docker containersCopying files from Docker container to hostCopying files from host to Docker containerKubernetes: kubectl node01 notreadyConfigure Kubernetes for an Azure clusterx509 certificate signed by unknown authority- KubernetesRunning a hybrid/heterogeneous Kubernetes cluster with nodes running in different networks using a VPNCrashLoopBackOff on kubernetes-dashboardRunning Kubernetes locally with non-administrative privileges and missing kubernetes config file






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








15















I installed my existing Kubernetes Cluster (1.8) running in AWS using KOPS.



I would like to add Windows Container to the existing cluster but I can not find the right solution! :(



I thought of following these given steps given in:



https://kubernetes.io/docs/getting-started-guides/windows/



I downloaded the node binaries and copied it to my Windows machine (Kubelet, Kube-dns, kube-proxy, kubectl) but I got a little confused about the multiple networking options.



They have also given the kubeadmin option to join the node to my Master, which I have no idea why since I used Kops to create my cluster.



Can someone advise or help me on how I can get my windows node added?










share|improve this question



















  • 1





    First, are you missing the Prerequisites? as per the doc, kube version should be 1.9

    – titogeo
    Sep 25 '18 at 9:32











  • Have you had any success with this?

    – lanoxx
    Nov 12 '18 at 8:10






  • 1





    There is now preview support for Windows containers in EKS which might be an option. github.com/aws/containers-roadmap/tree/master/preview-programs/…

    – bwest
    Mar 29 at 16:10

















15















I installed my existing Kubernetes Cluster (1.8) running in AWS using KOPS.



I would like to add Windows Container to the existing cluster but I can not find the right solution! :(



I thought of following these given steps given in:



https://kubernetes.io/docs/getting-started-guides/windows/



I downloaded the node binaries and copied it to my Windows machine (Kubelet, Kube-dns, kube-proxy, kubectl) but I got a little confused about the multiple networking options.



They have also given the kubeadmin option to join the node to my Master, which I have no idea why since I used Kops to create my cluster.



Can someone advise or help me on how I can get my windows node added?










share|improve this question



















  • 1





    First, are you missing the Prerequisites? as per the doc, kube version should be 1.9

    – titogeo
    Sep 25 '18 at 9:32











  • Have you had any success with this?

    – lanoxx
    Nov 12 '18 at 8:10






  • 1





    There is now preview support for Windows containers in EKS which might be an option. github.com/aws/containers-roadmap/tree/master/preview-programs/…

    – bwest
    Mar 29 at 16:10













15












15








15


4






I installed my existing Kubernetes Cluster (1.8) running in AWS using KOPS.



I would like to add Windows Container to the existing cluster but I can not find the right solution! :(



I thought of following these given steps given in:



https://kubernetes.io/docs/getting-started-guides/windows/



I downloaded the node binaries and copied it to my Windows machine (Kubelet, Kube-dns, kube-proxy, kubectl) but I got a little confused about the multiple networking options.



They have also given the kubeadmin option to join the node to my Master, which I have no idea why since I used Kops to create my cluster.



Can someone advise or help me on how I can get my windows node added?










share|improve this question
















I installed my existing Kubernetes Cluster (1.8) running in AWS using KOPS.



I would like to add Windows Container to the existing cluster but I can not find the right solution! :(



I thought of following these given steps given in:



https://kubernetes.io/docs/getting-started-guides/windows/



I downloaded the node binaries and copied it to my Windows machine (Kubelet, Kube-dns, kube-proxy, kubectl) but I got a little confused about the multiple networking options.



They have also given the kubeadmin option to join the node to my Master, which I have no idea why since I used Kops to create my cluster.



Can someone advise or help me on how I can get my windows node added?







amazon-web-services docker kubernetes windows-container






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 22 at 1:42









Nashical

231




231










asked May 16 '18 at 11:14









user1852104user1852104

944




944







  • 1





    First, are you missing the Prerequisites? as per the doc, kube version should be 1.9

    – titogeo
    Sep 25 '18 at 9:32











  • Have you had any success with this?

    – lanoxx
    Nov 12 '18 at 8:10






  • 1





    There is now preview support for Windows containers in EKS which might be an option. github.com/aws/containers-roadmap/tree/master/preview-programs/…

    – bwest
    Mar 29 at 16:10












  • 1





    First, are you missing the Prerequisites? as per the doc, kube version should be 1.9

    – titogeo
    Sep 25 '18 at 9:32











  • Have you had any success with this?

    – lanoxx
    Nov 12 '18 at 8:10






  • 1





    There is now preview support for Windows containers in EKS which might be an option. github.com/aws/containers-roadmap/tree/master/preview-programs/…

    – bwest
    Mar 29 at 16:10







1




1





First, are you missing the Prerequisites? as per the doc, kube version should be 1.9

– titogeo
Sep 25 '18 at 9:32





First, are you missing the Prerequisites? as per the doc, kube version should be 1.9

– titogeo
Sep 25 '18 at 9:32













Have you had any success with this?

– lanoxx
Nov 12 '18 at 8:10





Have you had any success with this?

– lanoxx
Nov 12 '18 at 8:10




1




1





There is now preview support for Windows containers in EKS which might be an option. github.com/aws/containers-roadmap/tree/master/preview-programs/…

– bwest
Mar 29 at 16:10





There is now preview support for Windows containers in EKS which might be an option. github.com/aws/containers-roadmap/tree/master/preview-programs/…

– bwest
Mar 29 at 16:10












1 Answer
1






active

oldest

votes


















0














KOPS is really good if the default architecture satisfies your requirements, if you need to make some changes it will give you some trouble. For example I needed to add a GPU Node, I was able to add it, but unable to make this process automatic, being unable to create an auto scaling group.



Kops has a lot of pros, like creating all the cluster in a transparent way.



Do you really need a windows node?



If yes, try to launch a cluster using kube-adm, then joining the windows node to this cluster.



Kops will take some time to add this windows nodes feature.






share|improve this answer























    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f50369413%2frunning-windows-container-in-kubernetes-over-aws-cloud%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    KOPS is really good if the default architecture satisfies your requirements, if you need to make some changes it will give you some trouble. For example I needed to add a GPU Node, I was able to add it, but unable to make this process automatic, being unable to create an auto scaling group.



    Kops has a lot of pros, like creating all the cluster in a transparent way.



    Do you really need a windows node?



    If yes, try to launch a cluster using kube-adm, then joining the windows node to this cluster.



    Kops will take some time to add this windows nodes feature.






    share|improve this answer



























      0














      KOPS is really good if the default architecture satisfies your requirements, if you need to make some changes it will give you some trouble. For example I needed to add a GPU Node, I was able to add it, but unable to make this process automatic, being unable to create an auto scaling group.



      Kops has a lot of pros, like creating all the cluster in a transparent way.



      Do you really need a windows node?



      If yes, try to launch a cluster using kube-adm, then joining the windows node to this cluster.



      Kops will take some time to add this windows nodes feature.






      share|improve this answer

























        0












        0








        0







        KOPS is really good if the default architecture satisfies your requirements, if you need to make some changes it will give you some trouble. For example I needed to add a GPU Node, I was able to add it, but unable to make this process automatic, being unable to create an auto scaling group.



        Kops has a lot of pros, like creating all the cluster in a transparent way.



        Do you really need a windows node?



        If yes, try to launch a cluster using kube-adm, then joining the windows node to this cluster.



        Kops will take some time to add this windows nodes feature.






        share|improve this answer













        KOPS is really good if the default architecture satisfies your requirements, if you need to make some changes it will give you some trouble. For example I needed to add a GPU Node, I was able to add it, but unable to make this process automatic, being unable to create an auto scaling group.



        Kops has a lot of pros, like creating all the cluster in a transparent way.



        Do you really need a windows node?



        If yes, try to launch a cluster using kube-adm, then joining the windows node to this cluster.



        Kops will take some time to add this windows nodes feature.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 21 at 20:06









        Leandro Donizetti SoaresLeandro Donizetti Soares

        20617




        20617





























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f50369413%2frunning-windows-container-in-kubernetes-over-aws-cloud%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

            SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

            은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현