Nodebb in Kubernetes cluster

Technical Support
  • Hi,
    I'm new to Kubernetes cluster management. I have completed kubernetes cluster setup with 2 nodes up and running. So for getting started, I decided to run NodeBB app on Cluster. So instead of building my own image got official NodeBB docker container at Docker HUb

    So to startup NodeBB from that container i fired command at Kubernetes master.

    kubectl run nodebbtest --image=nodebb/docker:ubuntu --port=4567 --replicas=2
    After waiting for some time it started containers with two replicas. But the problem is it keeps restarting my containers.

    Anyone knows why this is happening? Your help would be appreciated!

    Thank you

  • Unfortunately I have no experience with Kubernetes 😞

    When the containers keep restarting, what do the container server logs say? Is NodeBB crashing?

  • This post is deleted!


Suggested Topics


  • 0 Votes
    4 Posts
    184 Views
  • 0 Votes
    3 Posts
    619 Views
  • Using NodeBB with AngularJS

    Unsolved Technical Support
    1 Votes
    3 Posts
    1426 Views
  • 0 Votes
    2 Posts
    997 Views
  • 0 Votes
    5 Posts
    2191 Views