in Technology by
What’s the init container and when it can be used in Kubernetes?

1 Answer

0 votes
by
init containers will set a stage for you before running the actual POD. Wait for some time before starting the app Container with a command like sleep 60. Clone a git repository into a volume.

Related questions

0 votes
    Below is the Kubernetes deployment yaml file -container image section: image: https://registry.ng.bluemix. ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 1, 2022 in Education by JackTerrance
0 votes
    Below is the Kubernetes deployment yaml file -container image section: image: https://registry.ng.bluemix. ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 29, 2022 in Education by JackTerrance
0 votes
    When init() method of servlet gets called? A - The init() method is called when the servlet is first created. B - The init() ... . C - Both of the above. D - None of the above....
asked Jan 12, 2021 in Technology by JackTerrance
0 votes
    What are the various things that can be done to increase Kubernetes security?...
asked Jul 15, 2021 in Education by JackTerrance
0 votes
    Which of these methods can be used to obtain the reference to the container that generated a ContainerEvent? (a) ... Handling of Java Select the correct answer from above options...
asked Feb 24, 2022 in Education by JackTerrance
0 votes
    Which of these methods can be used to get reference to a component that was removed from a container? (a) ... Event Handling of Java Select the correct answer from above options...
asked Feb 24, 2022 in Education by JackTerrance
0 votes
    Which of the following is true about init() method of servlet? A - The init() method simply creates or loads some data that will ... C - Both of the above. D - None of the above....
asked Jan 12, 2021 in Technology by JackTerrance
0 votes
    What is Init only setters C#.Net?...
asked Dec 30, 2020 in Technology by JackTerrance
0 votes
0 votes
    When can you lose data stored in a container?...
asked Jun 18, 2021 in Technology by JackTerrance
0 votes
    When I am running a Hadoop .jar file from the command prompt, it throws an exception saying no such method ... (Child.java:264) Select the correct answer from above options...
asked Feb 2, 2022 in Education by JackTerrance
0 votes
    Q)Which is not life cycle method of Servlet ? * service ( ) delete ( ) init ( ) doPost ( ) Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    Q)Which is not life cycle method of Servlet ? * service ( ) delete ( ) init ( ) doPost ( ) Select the correct answer from above options...
asked Dec 18, 2021 in Education by JackTerrance
...